Html Css Color HEX #0DCCEB Deep Sky Blue

📋 copy color: '#0DCCEB'

red 13 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #0DCCEB

Tints of Deep Sky Blue #0DCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 2.88%
G = 45.13%
B = 51.99%

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

#0DCCEB (or 0x0DCCEB) is known color: Deep Sky Blue. HEX triplet: 0D, CC and EB. RGB value is (13,204,235). Sum of RGB (Red+Green+Blue) = 13+204+235=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCEB is #F23314. Grayscale: #969696. Windows color (decimal): -15872789 or 15453197. OLE color: 15453197.

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

Color convert

RGB 13 204 235 -
CMYK 0.94 0.13 0 0.08
HSL 188.38º 0.9% 0.49% -
HSV(B) 188.38º 0.94% 0.92% -
XYZ 36.75 49.27 86.17 -
YUV 150.43 175.72 29.98 -
System Red Green Blue C M Y K H S L
Decimal 13 204 235 0.94 0.13 0 0.08 188.38 0.9 0.49
Hex D CC EB 5E D 0 8 BC 5A 31
Octal 15 314 353 136 15 0 10 274 132 61
Binary 1101 11001100 11101011 1011110 1101 0 1000 10111100 1011010 110001

Color Harmonies of #0DCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCEB

Black with #0DCCEB

Text Example


Text Example

White with #0DCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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