#0FB3E6

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

Shades of Deep Sky Blue #0FB3E6

Tints of Deep Sky Blue #0FB3E6

Color information

#0FB3E6 (or 0x0FB3E6) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B3 and E6. RGB value is (15,179,230). Sum of RGB (Red+Green+Blue) = 15+179+230=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FB3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB3E6 is #F04C19. Grayscale: #878787. Windows color (decimal): -15748122 or 15119119. OLE color: 15119119.

HSL color Cylindrical-coordinate representation of color #0FB3E6: hue angle of 194.23º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB3E6 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15179230-
CMYK0.930.2200.10
HSL194.23º87.76%48.04%-
HSV(B)194.23º93.48%90.2%-
XYZ30.638.0580.6-
YUV135.78181.1741.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.54%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=3.54%
G=42.22%
B=54.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151792300.930.2200.10194.2387.7648.04
HexFB3E65D160Ac25830
Octal172633461352601230213060
Binary1111101100111110011010111011011001010110000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,230); }

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

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

 a { background-color: rgb(15,179,230); }

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

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

 span { border-color: rgb(15,179,230); }

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