Html Css Color HEX #52FDF9 Baby Blue

📋 copy color: '#52FDF9'

red 82 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #52FDF9

Tints of Baby Blue #52FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.32%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 14.04%
G = 43.32%
B = 42.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#52FDF9 (or 0x52FDF9) is known color: Baby Blue. HEX triplet: 52, FD and F9. RGB value is (82,253,249). Sum of RGB (Red+Green+Blue) = 82+253+249=584 (77% of max value = 765). Red value is 82 (32.42% from 255 or 14.04% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FDF9 is #AD0206. Grayscale: #C9C9C9. Windows color (decimal): -11338247 or 16383314. OLE color: 16383314.

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

Color convert

RGB 82 253 249 -
CMYK 0.68 0 0.02 0.01
HSL 178.6º 0.98% 0.66% -
HSV(B) 178.6º 0.68% 0.99% -
XYZ 55.7 78.88 101.91 -
YUV 201.42 154.85 42.83 -
System Red Green Blue C M Y K H S L
Decimal 82 253 249 0.68 0 0.02 0.01 178.6 0.98 0.66
Hex 52 FD F9 44 0 2 1 B3 62 42
Octal 122 375 371 104 0 2 1 263 142 102
Binary 1010010 11111101 11111001 1000100 0 10 1 10110011 1100010 1000010

Color Harmonies of #52FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FDF9

Black with #52FDF9

Text Example


Text Example

White with #52FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,253,249); }

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

background-color css

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

 a { background-color: rgb(82,253,249); }

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

border-color css

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

 span { border-color: rgb(82,253,249); }

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