#0BD5F4

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

Shades of Deep Sky Blue #0BD5F4

Tints of Deep Sky Blue #0BD5F4

Color information

#0BD5F4 (or 0x0BD5F4) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, D5 and F4. RGB value is (11,213,244). Sum of RGB (Red+Green+Blue) = 11+213+244=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #0BD5F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD5F4 is #F42A0B. Grayscale: #9B9B9B. Windows color (decimal): -16001548 or 16045323. OLE color: 16045323.

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

Color convert

RGB11213244-
CMYK0.950.1300.04
HSL187.98º91.37%50%-
HSV(B)187.98º95.49%95.69%-
XYZ40.2654.1993.93-
YUV156.14177.5824.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.35%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 244 (95.70% from 255) = 52.14%
R=2.35%
G=45.51%
B=52.14%

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
Decimal112132440.950.1300.04187.9891.3750
HexBD5F45FD04bc5b32
Octal13325364137150427413362
Binary10111101010111110100101111111010100101111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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