Html Css Color HEX #0BBDEC Deep Sky Blue

📋 copy color: '#0BBDEC'

red 11 ◦ green 189 ◦ blue 236

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

Shades of Deep Sky Blue #0BBDEC

Tints of Deep Sky Blue #0BBDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

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

R = 2.52%
G = 43.35%
B = 54.13%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BBDEC (or 0x0BBDEC) is known color: Deep Sky Blue. HEX triplet: 0B, BD and EC. RGB value is (11,189,236). Sum of RGB (Red+Green+Blue) = 11+189+236=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BBDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDEC is #F44213. Grayscale: #8C8C8C. Windows color (decimal): -16007700 or 15514891. OLE color: 15514891.

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

Color convert

RGB 11 189 236 -
CMYK 0.95 0.20 0 0.07
HSL 192.53º 0.91% 0.48% -
HSV(B) 192.53º 0.95% 0.93% -
XYZ 33.48 42.52 85.8 -
YUV 141.14 181.53 35.18 -
System Red Green Blue C M Y K H S L
Decimal 11 189 236 0.95 0.20 0 0.07 192.53 0.91 0.48
Hex B BD EC 5F 14 0 7 C1 5B 30
Octal 13 275 354 137 24 0 7 301 133 60
Binary 1011 10111101 11101100 1011111 10100 0 111 11000001 1011011 110000

Color Harmonies of #0BBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDEC

Black with #0BBDEC

Text Example


Text Example

White with #0BBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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