Html Css Color HEX #55FBFF Baby Blue

📋 copy color: '#55FBFF'

red 85 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #55FBFF

Tints of Baby Blue #55FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.47%

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

R = 14.38%
G = 42.47%
B = 43.15%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55FBFF (or 0x55FBFF) is known color: Baby Blue. HEX triplet: 55, FB and FF. RGB value is (85,251,255). Sum of RGB (Red+Green+Blue) = 85+251+255=591 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.38% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #55FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBFF is #AA0400. Grayscale: #C9C9C9. Windows color (decimal): -11142145 or 16776021. OLE color: 16776021.

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

Color convert

RGB 85 251 255 -
CMYK 0.67 0.02 0 0
HSL 181.41º 1% 0.67% -
HSV(B) 181.41º 0.67% 1% -
XYZ 56.29 78.15 106.72 -
YUV 201.82 158 44.67 -
System Red Green Blue C M Y K H S L
Decimal 85 251 255 0.67 0.02 0 0 181.41 1 0.67
Hex 55 FB FF 43 2 0 0 B5 64 43
Octal 125 373 377 103 2 0 0 265 144 103
Binary 1010101 11111011 11111111 1000011 10 0 0 10110101 1100100 1000011

Color Harmonies of #55FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBFF

Black with #55FBFF

Text Example


Text Example

White with #55FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,251,255); }

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

background-color css

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

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

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

border-color css

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

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

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