#0BC3F3

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

Shades of Deep Sky Blue #0BC3F3

Tints of Deep Sky Blue #0BC3F3

Color information

#0BC3F3 (or 0x0BC3F3) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, C3 and F3. RGB value is (11,195,243). Sum of RGB (Red+Green+Blue) = 11+195+243=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #0BC3F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC3F3 is #F43C0C. Grayscale: #919191. Windows color (decimal): -16006157 or 15975179. OLE color: 15975179.

HSL color Cylindrical-coordinate representation of color #0BC3F3: hue angle of 192.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC3F3 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11195243-
CMYK0.950.2000.05
HSL192.41º91.34%49.8%-
HSV(B)192.41º95.47%95.29%-
XYZ35.8345.5791.7-
YUV145.46183.0432.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.45%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 243 (95.31% from 255) = 54.12%
R=2.45%
G=43.43%
B=54.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111952430.950.2000.05192.4191.3449.8
HexBC3F35F1405c05b32
Octal13303363137240530013362
Binary101111000011111100111011111101000101110000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,195,243); }

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

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

 a { background-color: rgb(11,195,243); }

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

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

 span { border-color: rgb(11,195,243); }

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