#0BCAED

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

Shades of Deep Sky Blue #0BCAED

Tints of Deep Sky Blue #0BCAED

Color information

#0BCAED (or 0x0BCAED) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, CA and ED. RGB value is (11,202,237). Sum of RGB (Red+Green+Blue) = 11+202+237=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BCAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAED is #F43512. Grayscale: #949494. Windows color (decimal): -16004371 or 15583755. OLE color: 15583755.

HSL color Cylindrical-coordinate representation of color #0BCAED: hue angle of 189.29º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAED is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11202237-
CMYK0.950.1500.07
HSL189.29º91.13%48.63%-
HSV(B)189.29º95.36%92.94%-
XYZ36.5448.4387.54-
YUV148.88177.7229.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.44%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 237 (92.97% from 255) = 52.67%
R=2.44%
G=44.89%
B=52.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112022370.950.1500.07189.2991.1348.63
HexBCAED5FF07bd5b31
Octal13312355137170727513361
Binary10111100101011101101101111111110111101111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,202,237); }

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

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

 a { background-color: rgb(11,202,237); }

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

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

 span { border-color: rgb(11,202,237); }

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