Html Css Color HEX #0DBDEC Deep Sky Blue

📋 copy color: '#0DBDEC'

red 13 ◦ green 189 ◦ blue 236

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

Shades of Deep Sky Blue #0DBDEC

Tints of Deep Sky Blue #0DBDEC

RGB

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

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

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

R = 2.97%
G = 43.15%
B = 53.88%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DBDEC (or 0x0DBDEC) is known color: Deep Sky Blue. HEX triplet: 0D, BD and EC. RGB value is (13,189,236). Sum of RGB (Red+Green+Blue) = 13+189+236=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DBDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDEC is #F24213. Grayscale: #8D8D8D. Windows color (decimal): -15876628 or 15514893. OLE color: 15514893.

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

Color convert

RGB 13 189 236 -
CMYK 0.94 0.20 0 0.07
HSL 192.65º 0.9% 0.49% -
HSV(B) 192.65º 0.94% 0.93% -
XYZ 33.5 42.54 85.8 -
YUV 141.73 181.19 36.18 -
System Red Green Blue C M Y K H S L
Decimal 13 189 236 0.94 0.20 0 0.07 192.65 0.9 0.49
Hex D BD EC 5E 14 0 7 C1 5A 31
Octal 15 275 354 136 24 0 7 301 132 61
Binary 1101 10111101 11101100 1011110 10100 0 111 11000001 1011010 110001

Color Harmonies of #0DBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDEC

Black with #0DBDEC

Text Example


Text Example

White with #0DBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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