Html Css Color HEX #0BAAEA Deep Sky Blue

📋 copy color: '#0BAAEA'

red 11 ◦ green 170 ◦ blue 234

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

Shades of Deep Sky Blue #0BAAEA

Tints of Deep Sky Blue #0BAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 2.65%
G = 40.96%
B = 56.39%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BAAEA (or 0x0BAAEA) is known color: Deep Sky Blue. HEX triplet: 0B, AA and EA. RGB value is (11,170,234). Sum of RGB (Red+Green+Blue) = 11+170+234=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BAAEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAAEA is #F45515. Grayscale: #818181. Windows color (decimal): -16012566 or 15378955. OLE color: 15378955.

HSL color Cylindrical-coordinate representation of color #0BAAEA: hue angle of 197.22º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAAEA is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 170 234 -
CMYK 0.95 0.27 0 0.08
HSL 197.22º 0.91% 0.48% -
HSV(B) 197.22º 0.95% 0.92% -
XYZ 29.36 34.76 83 -
YUV 129.76 186.82 43.3 -
System Red Green Blue C M Y K H S L
Decimal 11 170 234 0.95 0.27 0 0.08 197.22 0.91 0.48
Hex B AA EA 5F 1B 0 8 C5 5B 30
Octal 13 252 352 137 33 0 10 305 133 60
Binary 1011 10101010 11101010 1011111 11011 0 1000 11000101 1011011 110000

Color Harmonies of #0BAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAEA

Black with #0BAAEA

Text Example


Text Example

White with #0BAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,234); }

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

background-color css

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

 a { background-color: rgb(11,170,234); }

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

border-color css

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

 span { border-color: rgb(11,170,234); }

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