Html Css Color HEX #52FFEB Baby Blue

📋 copy color: '#52FFEB'

red 82 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #52FFEB

Tints of Baby Blue #52FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 14.34%
G = 44.58%
B = 41.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#52FFEB (or 0x52FFEB) is known color: Baby Blue. HEX triplet: 52, FF and EB. RGB value is (82,255,235). Sum of RGB (Red+Green+Blue) = 82+255+235=572 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.34% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FFEB is #AD0014. Grayscale: #C8C8C8. Windows color (decimal): -11337749 or 15466322. OLE color: 15466322.

HSL color Cylindrical-coordinate representation of color #52FFEB: hue angle of 173.06º 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 #52FFEB is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 82 255 235 -
CMYK 0.68 0 0.08 0
HSL 173.06º 1% 0.66% -
HSV(B) 173.06º 0.68% 1% -
XYZ 54.24 79.31 91.05 -
YUV 200.99 147.19 43.13 -
System Red Green Blue C M Y K H S L
Decimal 82 255 235 0.68 0 0.08 0 173.06 1 0.66
Hex 52 FF EB 44 0 8 0 AD 64 42
Octal 122 377 353 104 0 10 0 255 144 102
Binary 1010010 11111111 11101011 1000100 0 1000 0 10101101 1100100 1000010

Color Harmonies of #52FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFEB

Black with #52FFEB

Text Example


Text Example

White with #52FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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