Html Css Color HEX #0BABE8 Deep Sky Blue

📋 copy color: '#0BABE8'

red 11 ◦ green 171 ◦ blue 232

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

Shades of Deep Sky Blue #0BABE8

Tints of Deep Sky Blue #0BABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 232 (91.02% from 255) = 56.04%

R = 2.66%
G = 41.3%
B = 56.04%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0BABE8 (or 0x0BABE8) is known color: Deep Sky Blue. HEX triplet: 0B, AB and E8. RGB value is (11,171,232). Sum of RGB (Red+Green+Blue) = 11+171+232=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #0BABE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABE8 is #F45417. Grayscale: #818181. Windows color (decimal): -16012312 or 15248139. OLE color: 15248139.

HSL color Cylindrical-coordinate representation of color #0BABE8: hue angle of 196.56º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BABE8 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 171 232 -
CMYK 0.95 0.26 0 0.09
HSL 196.56º 0.91% 0.48% -
HSV(B) 196.56º 0.95% 0.91% -
XYZ 29.27 35.02 81.56 -
YUV 130.11 185.49 43.04 -
System Red Green Blue C M Y K H S L
Decimal 11 171 232 0.95 0.26 0 0.09 196.56 0.91 0.48
Hex B AB E8 5F 1A 0 9 C5 5B 30
Octal 13 253 350 137 32 0 11 305 133 60
Binary 1011 10101011 11101000 1011111 11010 0 1001 11000101 1011011 110000

Color Harmonies of #0BABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABE8

Black with #0BABE8

Text Example


Text Example

White with #0BABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,232); }

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

background-color css

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

 a { background-color: rgb(11,171,232); }

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

border-color css

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

 span { border-color: rgb(11,171,232); }

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