Html Css Color HEX #0BAAEB Deep Sky Blue

📋 copy color: '#0BAAEB'

red 11 ◦ green 170 ◦ blue 235

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

Shades of Deep Sky Blue #0BAAEB

Tints of Deep Sky Blue #0BAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 2.64%
G = 40.87%
B = 56.49%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BAAEB (or 0x0BAAEB) is known color: Deep Sky Blue. HEX triplet: 0B, AA and EB. RGB value is (11,170,235). Sum of RGB (Red+Green+Blue) = 11+170+235=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BAAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAAEB is #F45514. Grayscale: #818181. Windows color (decimal): -16012565 or 15444491. OLE color: 15444491.

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

Color convert

RGB 11 170 235 -
CMYK 0.95 0.28 0 0.08
HSL 197.41º 0.91% 0.48% -
HSV(B) 197.41º 0.95% 0.92% -
XYZ 29.51 34.82 83.76 -
YUV 129.87 187.32 43.21 -
System Red Green Blue C M Y K H S L
Decimal 11 170 235 0.95 0.28 0 0.08 197.41 0.91 0.48
Hex B AA EB 5F 1C 0 8 C5 5B 30
Octal 13 252 353 137 34 0 10 305 133 60
Binary 1011 10101010 11101011 1011111 11100 0 1000 11000101 1011011 110000

Color Harmonies of #0BAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAEB

Black with #0BAAEB

Text Example


Text Example

White with #0BAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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