Html Css Color HEX #0BAAED Deep Sky Blue

📋 copy color: '#0BAAED'

red 11 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #0BAAED

Tints of Deep Sky Blue #0BAAED

RGB

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

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

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

R = 2.63%
G = 40.67%
B = 56.7%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BAAED (or 0x0BAAED) is known color: Deep Sky Blue. HEX triplet: 0B, AA and ED. RGB value is (11,170,237). Sum of RGB (Red+Green+Blue) = 11+170+237=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BAAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAAED is #F45512. Grayscale: #818181. Windows color (decimal): -16012563 or 15575563. OLE color: 15575563.

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

Color convert

RGB 11 170 237 -
CMYK 0.95 0.28 0 0.07
HSL 197.79º 0.91% 0.49% -
HSV(B) 197.79º 0.95% 0.93% -
XYZ 29.8 34.94 85.29 -
YUV 130.1 188.32 43.05 -
System Red Green Blue C M Y K H S L
Decimal 11 170 237 0.95 0.28 0 0.07 197.79 0.91 0.49
Hex B AA ED 5F 1C 0 7 C6 5B 31
Octal 13 252 355 137 34 0 7 306 133 61
Binary 1011 10101010 11101101 1011111 11100 0 111 11000110 1011011 110001

Color Harmonies of #0BAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAED

Black with #0BAAED

Text Example


Text Example

White with #0BAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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