Html Css Color HEX #0DACEB Deep Sky Blue

📋 copy color: '#0DACEB'

red 13 ◦ green 172 ◦ blue 235

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

Shades of Deep Sky Blue #0DACEB

Tints of Deep Sky Blue #0DACEB

RGB

 RED value IS 13 (5.47% from 255) = 3.1%

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 3.1%
G = 40.95%
B = 55.95%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DACEB (or 0x0DACEB) is known color: Deep Sky Blue. HEX triplet: 0D, AC and EB. RGB value is (13,172,235). Sum of RGB (Red+Green+Blue) = 13+172+235=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DACEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACEB is #F25314. Grayscale: #838383. Windows color (decimal): -15880981 or 15445005. OLE color: 15445005.

HSL color Cylindrical-coordinate representation of color #0DACEB: hue angle of 197.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACEB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 172 235 -
CMYK 0.94 0.27 0 0.08
HSL 197.03º 0.9% 0.49% -
HSV(B) 197.03º 0.94% 0.92% -
XYZ 29.91 35.59 83.89 -
YUV 131.64 186.32 43.38 -
System Red Green Blue C M Y K H S L
Decimal 13 172 235 0.94 0.27 0 0.08 197.03 0.9 0.49
Hex D AC EB 5E 1B 0 8 C5 5A 31
Octal 15 254 353 136 33 0 10 305 132 61
Binary 1101 10101100 11101011 1011110 11011 0 1000 11000101 1011010 110001

Color Harmonies of #0DACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACEB

Black with #0DACEB

Text Example


Text Example

White with #0DACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,235); }

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

background-color css

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

 a { background-color: rgb(13,172,235); }

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

border-color css

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

 span { border-color: rgb(13,172,235); }

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