#0BD4F4

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

Shades of Deep Sky Blue #0BD4F4

Tints of Deep Sky Blue #0BD4F4

Color information

#0BD4F4 (or 0x0BD4F4) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, D4 and F4. RGB value is (11,212,244). Sum of RGB (Red+Green+Blue) = 11+212+244=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #0BD4F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD4F4 is #F42B0B. Grayscale: #9B9B9B. Windows color (decimal): -16001804 or 16045067. OLE color: 16045067.

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

Color convert

RGB11212244-
CMYK0.950.1300.04
HSL188.24º91.37%50%-
HSV(B)188.24º95.49%95.69%-
XYZ40.0153.6993.84-
YUV155.55177.9124.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.36%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 244 (95.70% from 255) = 52.25%
R=2.36%
G=45.40%
B=52.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112122440.950.1300.04188.2491.3750
HexBD4F45FD04bc5b32
Octal13324364137150427413362
Binary10111101010011110100101111111010100101111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,212,244); }

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

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

 a { background-color: rgb(11,212,244); }

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

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

 span { border-color: rgb(11,212,244); }

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