Html Css Color HEX #0DBDED Deep Sky Blue

📋 copy color: '#0DBDED'

red 13 ◦ green 189 ◦ blue 237

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

Shades of Deep Sky Blue #0DBDED

Tints of Deep Sky Blue #0DBDED

RGB

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

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

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

R = 2.96%
G = 43.05%
B = 53.99%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DBDED (or 0x0DBDED) is known color: Deep Sky Blue. HEX triplet: 0D, BD and ED. RGB value is (13,189,237). Sum of RGB (Red+Green+Blue) = 13+189+237=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DBDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDED is #F24212. Grayscale: #8D8D8D. Windows color (decimal): -15876627 or 15580429. OLE color: 15580429.

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

Color convert

RGB 13 189 237 -
CMYK 0.95 0.20 0 0.07
HSL 192.86º 0.9% 0.49% -
HSV(B) 192.86º 0.95% 0.93% -
XYZ 33.65 42.6 86.57 -
YUV 141.85 181.69 36.1 -
System Red Green Blue C M Y K H S L
Decimal 13 189 237 0.95 0.20 0 0.07 192.86 0.9 0.49
Hex D BD ED 5F 14 0 7 C1 5A 31
Octal 15 275 355 137 24 0 7 301 132 61
Binary 1101 10111101 11101101 1011111 10100 0 111 11000001 1011010 110001

Color Harmonies of #0DBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDED

Black with #0DBDED

Text Example


Text Example

White with #0DBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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