#5FF9EF

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

Shades of Baby Blue #5FF9EF

Tints of Baby Blue #5FF9EF

Color information

#5FF9EF (or 0x5FF9EF) is unknown color: approx Baby Blue. HEX triplet: 5F, F9 and EF. RGB value is (95,249,239). Sum of RGB (Red+Green+Blue) = 95+249+239=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF9EF is #A00610. Grayscale: #C9C9C9. Windows color (decimal): -10487313 or 15726943. OLE color: 15726943.

HSL color Cylindrical-coordinate representation of color #5FF9EF: hue angle of 176.1º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF9EF is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB95249239-
CMYK0.6200.040.02
HSL176.1º92.77%67.45%-
HSV(B)176.1º61.85%97.65%-
XYZ54.1776.4293.56-
YUV201.81148.9851.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.30%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=16.30%
G=42.71%
B=40.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952492390.6200.040.02176.192.7767.45
Hex5FF9EF3E042b05d43
Octal13737135776042260135103
Binary101111111111001111011111111100100101011000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,249,239); }

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

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

 a { background-color: rgb(95,249,239); }

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

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

 span { border-color: rgb(95,249,239); }

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