Html Css Color HEX #0BABEC Deep Sky Blue

📋 copy color: '#0BABEC'

red 11 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #0BABEC

Tints of Deep Sky Blue #0BABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 2.63%
G = 40.91%
B = 56.46%

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

#0BABEC (or 0x0BABEC) is known color: Deep Sky Blue. HEX triplet: 0B, AB and EC. RGB value is (11,171,236). Sum of RGB (Red+Green+Blue) = 11+171+236=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABEC is #F45413. Grayscale: #828282. Windows color (decimal): -16012308 or 15510283. OLE color: 15510283.

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

Color convert

RGB 11 171 236 -
CMYK 0.95 0.28 0 0.07
HSL 197.33º 0.91% 0.48% -
HSV(B) 197.33º 0.95% 0.93% -
XYZ 29.84 35.25 84.59 -
YUV 130.57 187.49 42.71 -
System Red Green Blue C M Y K H S L
Decimal 11 171 236 0.95 0.28 0 0.07 197.33 0.91 0.48
Hex B AB EC 5F 1C 0 7 C5 5B 30
Octal 13 253 354 137 34 0 7 305 133 60
Binary 1011 10101011 11101100 1011111 11100 0 111 11000101 1011011 110000

Color Harmonies of #0BABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABEC

Black with #0BABEC

Text Example


Text Example

White with #0BABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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