#0BA4ED

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

Shades of Deep Sky Blue #0BA4ED

Tints of Deep Sky Blue #0BA4ED

Color information

#0BA4ED (or 0x0BA4ED) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, A4 and ED. RGB value is (11,164,237). Sum of RGB (Red+Green+Blue) = 11+164+237=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BA4ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA4ED is #F45B12. Grayscale: #7E7E7E. Windows color (decimal): -16014099 or 15574027. OLE color: 15574027.

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

Color convert

RGB11164237-
CMYK0.950.3100.07
HSL199.38º91.13%48.63%-
HSV(B)199.38º95.36%92.94%-
XYZ28.732.7484.93-
YUV126.58190.3145.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.67%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 237 (92.97% from 255) = 57.52%
R=2.67%
G=39.81%
B=57.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111642370.950.3100.07199.3891.1348.63
HexBA4ED5F1F07c75b31
Octal13244355137370730713361
Binary101110100100111011011011111111110111110001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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