Html Css Color HEX #0ACDEC Deep Sky Blue

📋 copy color: '#0ACDEC'

red 10 ◦ green 205 ◦ blue 236

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

Shades of Deep Sky Blue #0ACDEC

Tints of Deep Sky Blue #0ACDEC

RGB

 RED value IS 10 (4.3% from 255) = 2.22%

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

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

R = 2.22%
G = 45.45%
B = 52.33%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ACDEC (or 0x0ACDEC) is known color: Deep Sky Blue. HEX triplet: 0A, CD and EC. RGB value is (10,205,236). Sum of RGB (Red+Green+Blue) = 10+205+236=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ACDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACDEC is #F53213. Grayscale: #959595. Windows color (decimal): -16069140 or 15518986. OLE color: 15518986.

HSL color Cylindrical-coordinate representation of color #0ACDEC: hue angle of 188.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACDEC is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 205 236 -
CMYK 0.96 0.13 0 0.07
HSL 188.23º 0.92% 0.48% -
HSV(B) 188.23º 0.96% 0.93% -
XYZ 37.1 49.78 87.01 -
YUV 150.23 176.4 27.98 -
System Red Green Blue C M Y K H S L
Decimal 10 205 236 0.96 0.13 0 0.07 188.23 0.92 0.48
Hex A CD EC 60 D 0 7 BC 5C 30
Octal 12 315 354 140 15 0 7 274 134 60
Binary 1010 11001101 11101100 1100000 1101 0 111 10111100 1011100 110000

Color Harmonies of #0ACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDEC

Black with #0ACDEC

Text Example


Text Example

White with #0ACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,236); }

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

background-color css

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

 a { background-color: rgb(10,205,236); }

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

border-color css

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

 span { border-color: rgb(10,205,236); }

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