#0BAFF3

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

Shades of Deep Sky Blue #0BAFF3

Tints of Deep Sky Blue #0BAFF3

Color information

#0BAFF3 (or 0x0BAFF3) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, AF and F3. RGB value is (11,175,243). Sum of RGB (Red+Green+Blue) = 11+175+243=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #0BAFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFF3 is #F4500C. Grayscale: #858585. Windows color (decimal): -16011277 or 15970059. OLE color: 15970059.

HSL color Cylindrical-coordinate representation of color #0BAFF3: hue angle of 197.59º 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 #0BAFF3 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11175243-
CMYK0.950.2800.05
HSL197.59º91.34%49.8%-
HSV(B)197.59º95.47%95.29%-
XYZ31.6537.290.31-
YUV133.72189.6740.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.56%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=2.56%
G=40.79%
B=56.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111752430.950.2800.05197.5991.3449.8
HexBAFF35F1C05c65b32
Octal13257363137340530613362
Binary101110101111111100111011111111000101110001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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