Html Css Color HEX #0BA7ED Deep Sky Blue

📋 copy color: '#0BA7ED'

red 11 ◦ green 167 ◦ blue 237

#0BA7ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0BA7ED

Tints of Deep Sky Blue #0BA7ED

RGB

 RED value IS 11 (4.69% from 255) = 2.65%

 GREEN value IS 167 (65.63% from 255) = 40.24%

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 2.65%
G = 40.24%
B = 57.11%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BA7ED (or 0x0BA7ED) is known color: Deep Sky Blue. HEX triplet: 0B, A7 and ED. RGB value is (11,167,237). Sum of RGB (Red+Green+Blue) = 11+167+237=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BA7ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA7ED is #F45812. Grayscale: #7F7F7F. Windows color (decimal): -16013331 or 15574795. OLE color: 15574795.

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

Color convert

RGB 11 167 237 -
CMYK 0.95 0.30 0 0.07
HSL 198.58º 0.91% 0.49% -
HSV(B) 198.58º 0.95% 0.93% -
XYZ 29.24 33.82 85.11 -
YUV 128.34 189.32 44.31 -
System Red Green Blue C M Y K H S L
Decimal 11 167 237 0.95 0.30 0 0.07 198.58 0.91 0.49
Hex B A7 ED 5F 1E 0 7 C7 5B 31
Octal 13 247 355 137 36 0 7 307 133 61
Binary 1011 10100111 11101101 1011111 11110 0 111 11000111 1011011 110001

Color Harmonies of #0BA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA7ED

Black with #0BA7ED

Text Example


Text Example

White with #0BA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BA7ED;
 }
 .AnyTagClassName
 {
   color: #0BA7ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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