Html Css Color HEX #0BACEB Deep Sky Blue

📋 copy color: '#0BACEB'

red 11 ◦ green 172 ◦ blue 235

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

Shades of Deep Sky Blue #0BACEB

Tints of Deep Sky Blue #0BACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 2.63%
G = 41.15%
B = 56.22%

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

#0BACEB (or 0x0BACEB) is known color: Deep Sky Blue. HEX triplet: 0B, AC and EB. RGB value is (11,172,235). Sum of RGB (Red+Green+Blue) = 11+172+235=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BACEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BACEB is #F45314. Grayscale: #828282. Windows color (decimal): -16012053 or 15445003. OLE color: 15445003.

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

Color convert

RGB 11 172 235 -
CMYK 0.95 0.27 0 0.08
HSL 196.88º 0.91% 0.48% -
HSV(B) 196.88º 0.95% 0.92% -
XYZ 29.89 35.57 83.89 -
YUV 131.04 186.66 42.38 -
System Red Green Blue C M Y K H S L
Decimal 11 172 235 0.95 0.27 0 0.08 196.88 0.91 0.48
Hex B AC EB 5F 1B 0 8 C5 5B 30
Octal 13 254 353 137 33 0 10 305 133 60
Binary 1011 10101100 11101011 1011111 11011 0 1000 11000101 1011011 110000

Color Harmonies of #0BACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACEB

Black with #0BACEB

Text Example


Text Example

White with #0BACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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