Html Css Color HEX #55FAFA Baby Blue

📋 copy color: '#55FAFA'

red 85 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #55FAFA

Tints of Baby Blue #55FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 14.53%
G = 42.74%
B = 42.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55FAFA (or 0x55FAFA) is known color: Baby Blue. HEX triplet: 55, FA and FA. RGB value is (85,250,250). Sum of RGB (Red+Green+Blue) = 85+250+250=585 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.53% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #55FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FAFA is #AA0505. Grayscale: #C8C8C8. Windows color (decimal): -11142406 or 16448085. OLE color: 16448085.

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

Color convert

RGB 85 250 250 -
CMYK 0.66 0 0 0.02
HSL 180º 0.94% 0.66% -
HSV(B) 180º 0.66% 0.98% -
XYZ 55.19 77.2 102.44 -
YUV 200.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 85 250 250 0.66 0 0 0.02 180 0.94 0.66
Hex 55 FA FA 42 0 0 2 B4 5E 42
Octal 125 372 372 102 0 0 2 264 136 102
Binary 1010101 11111010 11111010 1000010 0 0 10 10110100 1011110 1000010

Color Harmonies of #55FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAFA

Black with #55FAFA

Text Example


Text Example

White with #55FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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