Html Css Color HEX #0DBDEB Deep Sky Blue

📋 copy color: '#0DBDEB'

red 13 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #0DBDEB

Tints of Deep Sky Blue #0DBDEB

RGB

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

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

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

R = 2.97%
G = 43.25%
B = 53.78%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DBDEB (or 0x0DBDEB) is known color: Deep Sky Blue. HEX triplet: 0D, BD and EB. RGB value is (13,189,235). Sum of RGB (Red+Green+Blue) = 13+189+235=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDEB is #F24214. Grayscale: #8D8D8D. Windows color (decimal): -15876629 or 15449357. OLE color: 15449357.

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

Color convert

RGB 13 189 235 -
CMYK 0.94 0.20 0 0.08
HSL 192.43º 0.9% 0.49% -
HSV(B) 192.43º 0.94% 0.92% -
XYZ 33.36 42.48 85.04 -
YUV 141.62 180.69 36.26 -
System Red Green Blue C M Y K H S L
Decimal 13 189 235 0.94 0.20 0 0.08 192.43 0.9 0.49
Hex D BD EB 5E 14 0 8 C0 5A 31
Octal 15 275 353 136 24 0 10 300 132 61
Binary 1101 10111101 11101011 1011110 10100 0 1000 11000000 1011010 110001

Color Harmonies of #0DBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDEB

Black with #0DBDEB

Text Example


Text Example

White with #0DBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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