Html Css Color HEX #55F0FC Baby Blue

📋 copy color: '#55F0FC'

red 85 ◦ green 240 ◦ blue 252

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

Shades of Baby Blue #55F0FC

Tints of Baby Blue #55F0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 14.73%
G = 41.59%
B = 43.67%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55F0FC (or 0x55F0FC) is known color: Baby Blue. HEX triplet: 55, F0 and FC. RGB value is (85,240,252). Sum of RGB (Red+Green+Blue) = 85+240+252=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #55F0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F0FC is #AA0F03. Grayscale: #C2C2C2. Windows color (decimal): -11144964 or 16576597. OLE color: 16576597.

HSL color Cylindrical-coordinate representation of color #55F0FC: hue angle of 184.31º degrees, saturation: 0.97, 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 #55F0FC is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 240 252 -
CMYK 0.66 0.05 0 0.01
HSL 184.31º 0.97% 0.66% -
HSV(B) 184.31º 0.66% 0.99% -
XYZ 52.48 71.28 103.09 -
YUV 195.02 160.15 49.52 -
System Red Green Blue C M Y K H S L
Decimal 85 240 252 0.66 0.05 0 0.01 184.31 0.97 0.66
Hex 55 F0 FC 42 5 0 1 B8 61 42
Octal 125 360 374 102 5 0 1 270 141 102
Binary 1010101 11110000 11111100 1000010 101 0 1 10111000 1100001 1000010

Color Harmonies of #55F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0FC

Black with #55F0FC

Text Example


Text Example

White with #55F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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