#5FEBFF

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

Shades of Baby Blue #5FEBFF

Tints of Baby Blue #5FEBFF

Color information

#5FEBFF (or 0x5FEBFF) is unknown color: approx Baby Blue. HEX triplet: 5F, EB and FF. RGB value is (95,235,255). Sum of RGB (Red+Green+Blue) = 95+235+255=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FEBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBFF is #A01400. Grayscale: #C3C3C3. Windows color (decimal): -10490881 or 16771935. OLE color: 16771935.

HSL color Cylindrical-coordinate representation of color #5FEBFF: hue angle of 187.5º 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 #5FEBFF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95235255-
CMYK0.630.0800
HSL187.5º100%68.63%-
HSV(B)187.5º62.75%100%-
XYZ52.4869.07105.17-
YUV195.42161.6256.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.24%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 255 (100% from 255) = 43.59%
R=16.24%
G=40.17%
B=43.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952352550.630.0800187.510068.63
Hex5FEBFF3F800bc6445
Octal137353377771000274144105
Binary101111111101011111111111111111000001011110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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