Html Css Color HEX #52EAFF Baby Blue

📋 copy color: '#52EAFF'

red 82 ◦ green 234 ◦ blue 255

#52EAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #52EAFF

Tints of Baby Blue #52EAFF

RGB

 RED value IS 82 (32.42% from 255) = 14.36%

 GREEN value IS 234 (91.8% from 255) = 40.98%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 14.36%
G = 40.98%
B = 44.66%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52EAFF (or 0x52EAFF) is known color: Baby Blue. HEX triplet: 52, EA and FF. RGB value is (82,234,255). Sum of RGB (Red+Green+Blue) = 82+234+255=571 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.36% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #52EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EAFF is #AD1500. Grayscale: #BEBEBE. Windows color (decimal): -11343105 or 16771666. OLE color: 16771666.

HSL color Cylindrical-coordinate representation of color #52EAFF: hue angle of 187.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52EAFF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 234 255 -
CMYK 0.68 0.08 0 0
HSL 187.28º 1% 0.66% -
HSV(B) 187.28º 0.68% 1% -
XYZ 50.95 67.86 105.02 -
YUV 190.95 164.14 50.29 -
System Red Green Blue C M Y K H S L
Decimal 82 234 255 0.68 0.08 0 0 187.28 1 0.66
Hex 52 EA FF 44 8 0 0 BB 64 42
Octal 122 352 377 104 10 0 0 273 144 102
Binary 1010010 11101010 11111111 1000100 1000 0 0 10111011 1100100 1000010

Color Harmonies of #52EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EAFF

Black with #52EAFF

Text Example


Text Example

White with #52EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52EAFF; }

 p { color: rgb(82,234,255); }

 H1.HeaderClassName
 {
   color: #52EAFF;
 }
 .AnyTagClassName
 {
   color: #52EAFF;
 }
</style>

background-color css

<style>
 a { background-color: #52EAFF; }

 a { background-color: rgb(82,234,255); }

 div.DivClassName
 {
   background-color: #52EAFF;
 }
 .BgClassName
 {
   background-color: #52EAFF;
 }
</style>

border-color css

<style>
 span { border-color: #52EAFF; }

 span { border-color: rgb(82,234,255); }

 td.TdClassName
 {
   border-color: #52EAFF;
 }
 .TagClassName
 {
   border-color: #52EAFF;
 }
</style>