Html Css Color HEX #55F2FC Baby Blue

📋 copy color: '#55F2FC'

red 85 ◦ green 242 ◦ blue 252

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

Shades of Baby Blue #55F2FC

Tints of Baby Blue #55F2FC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 14.68%
G = 41.8%
B = 43.52%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55F2FC (or 0x55F2FC) is known color: Baby Blue. HEX triplet: 55, F2 and FC. RGB value is (85,242,252). Sum of RGB (Red+Green+Blue) = 85+242+252=579 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.68% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #55F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2FC is #AA0D03. Grayscale: #C4C4C4. Windows color (decimal): -11144452 or 16577109. OLE color: 16577109.

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

Color convert

RGB 85 242 252 -
CMYK 0.66 0.04 0 0.01
HSL 183.59º 0.97% 0.66% -
HSV(B) 183.59º 0.66% 0.99% -
XYZ 53.07 72.46 103.29 -
YUV 196.2 159.49 48.69 -
System Red Green Blue C M Y K H S L
Decimal 85 242 252 0.66 0.04 0 0.01 183.59 0.97 0.66
Hex 55 F2 FC 42 4 0 1 B8 61 42
Octal 125 362 374 102 4 0 1 270 141 102
Binary 1010101 11110010 11111100 1000010 100 0 1 10111000 1100001 1000010

Color Harmonies of #55F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F2FC

Black with #55F2FC

Text Example


Text Example

White with #55F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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