#0FAFFD

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

Shades of Deep Sky Blue #0FAFFD

Tints of Deep Sky Blue #0FAFFD

Color information

#0FAFFD (or 0x0FAFFD) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, AF and FD. RGB value is (15,175,253). Sum of RGB (Red+Green+Blue) = 15+175+253=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FAFFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFFD is #F05002. Grayscale: #878787. Windows color (decimal): -15749123 or 16625423. OLE color: 16625423.

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

Color convert

RGB15175253-
CMYK0.940.3100.01
HSL199.66º98.35%52.55%-
HSV(B)199.66º94.07%99.22%-
XYZ33.2637.8598.48-
YUV136.05193.9941.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.39%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 253 (99.22% from 255) = 57.11%
R=3.39%
G=39.50%
B=57.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151752530.940.3100.01199.6698.3552.55
HexFAFFD5E1F01c86235
Octal17257375136370131014265
Binary1111101011111111110110111101111101110010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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