#5FEDFF

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

Shades of Baby Blue #5FEDFF

Tints of Baby Blue #5FEDFF

Color information

#5FEDFF (or 0x5FEDFF) is unknown color: approx Baby Blue. HEX triplet: 5F, ED and FF. RGB value is (95,237,255). Sum of RGB (Red+Green+Blue) = 95+237+255=587 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.18% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEDFF is #A01200. Grayscale: #C4C4C4. Windows color (decimal): -10490369 or 16772447. OLE color: 16772447.

HSL color Cylindrical-coordinate representation of color #5FEDFF: hue angle of 186.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FEDFF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95237255-
CMYK0.630.0700
HSL186.75º100%68.63%-
HSV(B)186.75º62.75%100%-
XYZ53.0570.22105.37-
YUV196.59160.9655.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.18%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 255 (100% from 255) = 43.44%
R=16.18%
G=40.37%
B=43.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952372550.630.0700186.7510068.63
Hex5FEDFF3F700bb6445
Octal13735537777700273144105
Binary10111111110110111111111111111111001011101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FEDFF; }

 p { color: rgb(95,237,255); }

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

<style>
 a { background-color: #5FEDFF; }

 a { background-color: rgb(95,237,255); }

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

<style>
 span { border-color: #5FEDFF; }

 span { border-color: rgb(95,237,255); }

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