#0FB5EA

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

Shades of Deep Sky Blue #0FB5EA

Tints of Deep Sky Blue #0FB5EA

Color information

#0FB5EA (or 0x0FB5EA) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B5 and EA. RGB value is (15,181,234). Sum of RGB (Red+Green+Blue) = 15+181+234=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FB5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB5EA is #F04A15. Grayscale: #898989. Windows color (decimal): -15747606 or 15381775. OLE color: 15381775.

HSL color Cylindrical-coordinate representation of color #0FB5EA: hue angle of 194.52º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB5EA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15181234-
CMYK0.940.2300.08
HSL194.52º87.95%48.82%-
HSV(B)194.52º93.59%91.76%-
XYZ31.5739.0983.72-
YUV137.41182.540.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.49%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=3.49%
G=42.09%
B=54.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151812340.940.2300.08194.5287.9548.82
HexFB5EA5E1708c35831
Octal172653521362701030313061
Binary1111101101011110101010111101011101000110000111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,234); }

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

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

 a { background-color: rgb(15,181,234); }

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

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

 span { border-color: rgb(15,181,234); }

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