#0FAFFE

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

Shades of Deep Sky Blue #0FAFFE

Tints of Deep Sky Blue #0FAFFE

Color information

#0FAFFE (or 0x0FAFFE) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, AF and FE. RGB value is (15,175,254). Sum of RGB (Red+Green+Blue) = 15+175+254=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FAFFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFFE is #F05001. Grayscale: #878787. Windows color (decimal): -15749122 or 16690959. OLE color: 16690959.

HSL color Cylindrical-coordinate representation of color #0FAFFE: hue angle of 199.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFFE is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15175254-
CMYK0.940.3100.00
HSL199.83º99.17%52.75%-
HSV(B)199.83º94.09%99.61%-
XYZ33.4237.9299.32-
YUV136.17194.4941.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.38%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 254 (99.61% from 255) = 57.21%
R=3.38%
G=39.41%
B=57.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151752540.940.3100.00199.8399.1752.75
HexFAFFE5E1F00c86335
Octal17257376136370031014365
Binary1111101011111111111010111101111100110010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FAFFE; }

 p { color: rgb(15,175,254); }

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

<style>
 a { background-color: #0FAFFE; }

 a { background-color: rgb(15,175,254); }

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

<style>
 span { border-color: #0FAFFE; }

 span { border-color: rgb(15,175,254); }

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