Html Css Color HEX #52FCFF Baby Blue

📋 copy color: '#52FCFF'

red 82 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #52FCFF

Tints of Baby Blue #52FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

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

R = 13.92%
G = 42.78%
B = 43.29%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52FCFF (or 0x52FCFF) is known color: Baby Blue. HEX triplet: 52, FC and FF. RGB value is (82,252,255). Sum of RGB (Red+Green+Blue) = 82+252+255=589 (78% of max value = 765). Red value is 82 (32.42% from 255 or 13.92% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #52FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FCFF is #AD0300. Grayscale: #C9C9C9. Windows color (decimal): -11338497 or 16776274. OLE color: 16776274.

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

Color convert

RGB 82 252 255 -
CMYK 0.68 0.01 0 0
HSL 181.04º 1% 0.66% -
HSV(B) 181.04º 0.68% 1% -
XYZ 56.34 78.63 106.82 -
YUV 201.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 82 252 255 0.68 0.01 0 0 181.04 1 0.66
Hex 52 FC FF 44 1 0 0 B5 64 42
Octal 122 374 377 104 1 0 0 265 144 102
Binary 1010010 11111100 11111111 1000100 1 0 0 10110101 1100100 1000010

Color Harmonies of #52FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCFF

Black with #52FCFF

Text Example


Text Example

White with #52FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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