Html Css Color HEX #0BADED Deep Sky Blue

📋 copy color: '#0BADED'

red 11 ◦ green 173 ◦ blue 237

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

Shades of Deep Sky Blue #0BADED

Tints of Deep Sky Blue #0BADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 2.61%
G = 41.09%
B = 56.29%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BADED (or 0x0BADED) is known color: Deep Sky Blue. HEX triplet: 0B, AD and ED. RGB value is (11,173,237). Sum of RGB (Red+Green+Blue) = 11+173+237=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BADED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADED is #F45212. Grayscale: #838383. Windows color (decimal): -16011795 or 15576331. OLE color: 15576331.

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

Color convert

RGB 11 173 237 -
CMYK 0.95 0.27 0 0.07
HSL 196.99º 0.91% 0.49% -
HSV(B) 196.99º 0.95% 0.93% -
XYZ 30.37 36.07 85.48 -
YUV 131.86 187.33 41.8 -
System Red Green Blue C M Y K H S L
Decimal 11 173 237 0.95 0.27 0 0.07 196.99 0.91 0.49
Hex B AD ED 5F 1B 0 7 C5 5B 31
Octal 13 255 355 137 33 0 7 305 133 61
Binary 1011 10101101 11101101 1011111 11011 0 111 11000101 1011011 110001

Color Harmonies of #0BADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADED

Black with #0BADED

Text Example


Text Example

White with #0BADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,237); }

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

background-color css

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

 a { background-color: rgb(11,173,237); }

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

border-color css

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

 span { border-color: rgb(11,173,237); }

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