Html Css Color HEX #0DCDEB Deep Sky Blue

📋 copy color: '#0DCDEB'

red 13 ◦ green 205 ◦ blue 235

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

Shades of Deep Sky Blue #0DCDEB

Tints of Deep Sky Blue #0DCDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

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

R = 2.87%
G = 45.25%
B = 51.88%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DCDEB (or 0x0DCDEB) is known color: Deep Sky Blue. HEX triplet: 0D, CD and EB. RGB value is (13,205,235). Sum of RGB (Red+Green+Blue) = 13+205+235=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDEB is #F23214. Grayscale: #969696. Windows color (decimal): -15872533 or 15453453. OLE color: 15453453.

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

Color convert

RGB 13 205 235 -
CMYK 0.94 0.13 0 0.08
HSL 188.11º 0.9% 0.49% -
HSV(B) 188.11º 0.94% 0.92% -
XYZ 36.99 49.75 86.25 -
YUV 151.01 175.39 29.56 -
System Red Green Blue C M Y K H S L
Decimal 13 205 235 0.94 0.13 0 0.08 188.11 0.9 0.49
Hex D CD EB 5E D 0 8 BC 5A 31
Octal 15 315 353 136 15 0 10 274 132 61
Binary 1101 11001101 11101011 1011110 1101 0 1000 10111100 1011010 110001

Color Harmonies of #0DCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCDEB

Black with #0DCDEB

Text Example


Text Example

White with #0DCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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