Html Css Color HEX #0BAEEB Deep Sky Blue

📋 copy color: '#0BAEEB'

red 11 ◦ green 174 ◦ blue 235

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

Shades of Deep Sky Blue #0BAEEB

Tints of Deep Sky Blue #0BAEEB

RGB

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

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

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

R = 2.62%
G = 41.43%
B = 55.95%

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

#0BAEEB (or 0x0BAEEB) is known color: Deep Sky Blue. HEX triplet: 0B, AE and EB. RGB value is (11,174,235). Sum of RGB (Red+Green+Blue) = 11+174+235=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BAEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEEB is #F45114. Grayscale: #838383. Windows color (decimal): -16011541 or 15445515. OLE color: 15445515.

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

Color convert

RGB 11 174 235 -
CMYK 0.95 0.26 0 0.08
HSL 196.34º 0.91% 0.48% -
HSV(B) 196.34º 0.95% 0.92% -
XYZ 30.27 36.34 84.02 -
YUV 132.22 186 41.54 -
System Red Green Blue C M Y K H S L
Decimal 11 174 235 0.95 0.26 0 0.08 196.34 0.91 0.48
Hex B AE EB 5F 1A 0 8 C4 5B 30
Octal 13 256 353 137 32 0 10 304 133 60
Binary 1011 10101110 11101011 1011111 11010 0 1000 11000100 1011011 110000

Color Harmonies of #0BAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEEB

Black with #0BAEEB

Text Example


Text Example

White with #0BAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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