#55FBFE

Color #55FBFE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #55FBFE

Tints of Baby Blue #55FBFE

Color information

#55FBFE (or 0x55FBFE) is unknown color: approx Baby Blue. HEX triplet: 55, FB and FE. RGB value is (85,251,254). Sum of RGB (Red+Green+Blue) = 85+251+254=590 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.41% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #55FBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBFE is #AA0401. Grayscale: #C9C9C9. Windows color (decimal): -11142146 or 16710485. OLE color: 16710485.

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

Color convert

RGB85251254-
CMYK0.670.0100.00
HSL181.07º98.83%66.47%-
HSV(B)181.07º66.54%99.61%-
XYZ56.1378.08105.88-
YUV201.71157.544.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.41%
GREEN value IS 251 (98.44% from 255) = 42.54%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=14.41%
G=42.54%
B=43.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852512540.670.0100.00181.0798.8366.47
Hex55FBFE43100b56342
Octal125373376103100265143102
Binary1010101111110111111111010000111001011010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55FBFE;
 }
 .AnyTagClassName
 {
   color: #55FBFE;
 }
</style>
background-color css

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

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

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

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

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

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