#01AFEF

Color #01AFEF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #01AFEF

Tints of Deep Sky Blue #01AFEF

Color information

#01AFEF (or 0x01AFEF) is unknown color: approx Deep Sky Blue. HEX triplet: 01, AF and EF. RGB value is (1,175,239). Sum of RGB (Red+Green+Blue) = 1+175+239=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #01AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AFEF is #FE5010. Grayscale: #818181. Windows color (decimal): -16666641 or 15707905. OLE color: 15707905.

HSL color Cylindrical-coordinate representation of color #01AFEF: hue angle of 196.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AFEF is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1175239-
CMYK1.000.2700.06
HSL196.13º99.17%47.06%-
HSV(B)196.13º99.58%93.73%-
XYZ30.9236.987.15-
YUV130.27189.3535.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=0.24%
G=42.17%
B=57.59%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11752391.000.2700.06196.1399.1747.06
Hex1AFEF641B06c4632f
Octal1257357144330630414357
Binary110101111111011111100100110110110110001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AFEF; }

 p { color: rgb(1,175,239); }

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

<style>
 a { background-color: #01AFEF; }

 a { background-color: rgb(1,175,239); }

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

<style>
 span { border-color: #01AFEF; }

 span { border-color: rgb(1,175,239); }

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