Html Css Color HEX #0DC2EA Deep Sky Blue

📋 copy color: '#0DC2EA'

red 13 ◦ green 194 ◦ blue 234

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

Shades of Deep Sky Blue #0DC2EA

Tints of Deep Sky Blue #0DC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 2.95%
G = 43.99%
B = 53.06%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DC2EA (or 0x0DC2EA) is known color: Deep Sky Blue. HEX triplet: 0D, C2 and EA. RGB value is (13,194,234). Sum of RGB (Red+Green+Blue) = 13+194+234=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DC2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC2EA is #F23D15. Grayscale: #909090. Windows color (decimal): -15875350 or 15385101. OLE color: 15385101.

HSL color Cylindrical-coordinate representation of color #0DC2EA: hue angle of 190.86º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC2EA is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 194 234 -
CMYK 0.94 0.17 0 0.08
HSL 190.86º 0.89% 0.48% -
HSV(B) 190.86º 0.94% 0.92% -
XYZ 34.31 44.61 84.64 -
YUV 144.44 178.53 34.25 -
System Red Green Blue C M Y K H S L
Decimal 13 194 234 0.94 0.17 0 0.08 190.86 0.89 0.48
Hex D C2 EA 5E 11 0 8 BF 59 30
Octal 15 302 352 136 21 0 10 277 131 60
Binary 1101 11000010 11101010 1011110 10001 0 1000 10111111 1011001 110000

Color Harmonies of #0DC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC2EA

Black with #0DC2EA

Text Example


Text Example

White with #0DC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,194,234); }

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

background-color css

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

 a { background-color: rgb(13,194,234); }

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

border-color css

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

 span { border-color: rgb(13,194,234); }

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