Html Css Color HEX #0BADEE Deep Sky Blue

📋 copy color: '#0BADEE'

red 11 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #0BADEE

Tints of Deep Sky Blue #0BADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 2.61%
G = 41%
B = 56.4%

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

#0BADEE (or 0x0BADEE) is known color: Deep Sky Blue. HEX triplet: 0B, AD and EE. RGB value is (11,173,238). Sum of RGB (Red+Green+Blue) = 11+173+238=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADEE is #F45211. Grayscale: #838383. Windows color (decimal): -16011794 or 15641867. OLE color: 15641867.

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

Color convert

RGB 11 173 238 -
CMYK 0.95 0.27 0 0.07
HSL 197.18º 0.91% 0.49% -
HSV(B) 197.18º 0.95% 0.93% -
XYZ 30.51 36.13 86.25 -
YUV 131.97 187.83 41.71 -
System Red Green Blue C M Y K H S L
Decimal 11 173 238 0.95 0.27 0 0.07 197.18 0.91 0.49
Hex B AD EE 5F 1B 0 7 C5 5B 31
Octal 13 255 356 137 33 0 7 305 133 61
Binary 1011 10101101 11101110 1011111 11011 0 111 11000101 1011011 110001

Color Harmonies of #0BADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADEE

Black with #0BADEE

Text Example


Text Example

White with #0BADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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