Html Css Color HEX #0BAEEA Deep Sky Blue

📋 copy color: '#0BAEEA'

red 11 ◦ green 174 ◦ blue 234

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

Shades of Deep Sky Blue #0BAEEA

Tints of Deep Sky Blue #0BAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.53%

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

R = 2.63%
G = 41.53%
B = 55.85%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BAEEA (or 0x0BAEEA) is known color: Deep Sky Blue. HEX triplet: 0B, AE and EA. RGB value is (11,174,234). Sum of RGB (Red+Green+Blue) = 11+174+234=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BAEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEEA is #F45115. Grayscale: #838383. Windows color (decimal): -16011542 or 15379979. OLE color: 15379979.

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

Color convert

RGB 11 174 234 -
CMYK 0.95 0.26 0 0.08
HSL 196.14º 0.91% 0.48% -
HSV(B) 196.14º 0.95% 0.92% -
XYZ 30.13 36.28 83.26 -
YUV 132.1 185.5 41.62 -
System Red Green Blue C M Y K H S L
Decimal 11 174 234 0.95 0.26 0 0.08 196.14 0.91 0.48
Hex B AE EA 5F 1A 0 8 C4 5B 30
Octal 13 256 352 137 32 0 10 304 133 60
Binary 1011 10101110 11101010 1011111 11010 0 1000 11000100 1011011 110000

Color Harmonies of #0BAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEEA

Black with #0BAEEA

Text Example


Text Example

White with #0BAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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