Html Css Color HEX #55FDFC Baby Blue

📋 copy color: '#55FDFC'

red 85 ◦ green 253 ◦ blue 252

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

Shades of Baby Blue #55FDFC

Tints of Baby Blue #55FDFC

RGB

 RED value IS 85 (33.59% from 255) = 14.41%

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 14.41%
G = 42.88%
B = 42.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#55FDFC (or 0x55FDFC) is known color: Baby Blue. HEX triplet: 55, FD and FC. RGB value is (85,253,252). Sum of RGB (Red+Green+Blue) = 85+253+252=590 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.41% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FDFC is #AA0203. Grayscale: #CACACA. Windows color (decimal): -11141636 or 16579925. OLE color: 16579925.

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

Color convert

RGB 85 253 252 -
CMYK 0.66 0 0.00 0.01
HSL 179.64º 0.98% 0.66% -
HSV(B) 179.64º 0.66% 0.99% -
XYZ 56.44 79.21 104.41 -
YUV 202.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 85 253 252 0.66 0 0.00 0.01 179.64 0.98 0.66
Hex 55 FD FC 42 0 0 1 B4 62 42
Octal 125 375 374 102 0 0 1 264 142 102
Binary 1010101 11111101 11111100 1000010 0 0 1 10110100 1100010 1000010

Color Harmonies of #55FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDFC

Black with #55FDFC

Text Example


Text Example

White with #55FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55FDFC; }

 p { color: rgb(85,253,252); }

 H1.HeaderClassName
 {
   color: #55FDFC;
 }
 .AnyTagClassName
 {
   color: #55FDFC;
 }
</style>

background-color css

<style>
 a { background-color: #55FDFC; }

 a { background-color: rgb(85,253,252); }

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

border-color css

<style>
 span { border-color: #55FDFC; }

 span { border-color: rgb(85,253,252); }

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