#55FEFD

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

Shades of Baby Blue #55FEFD

Tints of Baby Blue #55FEFD

Color information

#55FEFD (or 0x55FEFD) is unknown color: approx Baby Blue. HEX triplet: 55, FE and FD. RGB value is (85,254,253). Sum of RGB (Red+Green+Blue) = 85+254+253=592 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.36% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEFD is #AA0102. Grayscale: #CBCBCB. Windows color (decimal): -11141379 or 16645717. OLE color: 16645717.

HSL color Cylindrical-coordinate representation of color #55FEFD: hue angle of 179.64º 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 #55FEFD is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB85254253-
CMYK0.6700.000.00
HSL179.64º98.83%66.47%-
HSV(B)179.64º66.54%99.61%-
XYZ56.9279.91105.35-
YUV203.36156.0143.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.36%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=14.36%
G=42.91%
B=42.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852542530.6700.000.00179.6498.8366.47
Hex55FEFD43000b46342
Octal125376375103000264143102
Binary1010101111111101111110110000110001011010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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