Html Css Color HEX #52FBE7 Baby Blue

📋 copy color: '#52FBE7'

red 82 ◦ green 251 ◦ blue 231

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

Shades of Baby Blue #52FBE7

Tints of Baby Blue #52FBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.5%

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 14.54%
G = 44.5%
B = 40.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#52FBE7 (or 0x52FBE7) is known color: Baby Blue. HEX triplet: 52, FB and E7. RGB value is (82,251,231). Sum of RGB (Red+Green+Blue) = 82+251+231=564 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.54% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FBE7 is #AD0418. Grayscale: #C6C6C6. Windows color (decimal): -11338777 or 15203154. OLE color: 15203154.

HSL color Cylindrical-coordinate representation of color #52FBE7: hue angle of 172.9º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBE7 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 231 -
CMYK 0.67 0 0.08 0.02
HSL 172.9º 0.95% 0.65% -
HSV(B) 172.9º 0.67% 0.98% -
XYZ 52.4 76.56 87.62 -
YUV 198.19 146.51 45.13 -
System Red Green Blue C M Y K H S L
Decimal 82 251 231 0.67 0 0.08 0.02 172.9 0.95 0.65
Hex 52 FB E7 43 0 8 2 AD 5F 41
Octal 122 373 347 103 0 10 2 255 137 101
Binary 1010010 11111011 11100111 1000011 0 1000 10 10101101 1011111 1000001

Color Harmonies of #52FBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBE7

Black with #52FBE7

Text Example


Text Example

White with #52FBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,231); }

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

background-color css

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

 a { background-color: rgb(82,251,231); }

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

border-color css

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

 span { border-color: rgb(82,251,231); }

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