Html Css Color HEX #0ACCEC Deep Sky Blue

📋 copy color: '#0ACCEC'

red 10 ◦ green 204 ◦ blue 236

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

Shades of Deep Sky Blue #0ACCEC

Tints of Deep Sky Blue #0ACCEC

RGB

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

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

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

R = 2.22%
G = 45.33%
B = 52.44%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ACCEC (or 0x0ACCEC) is known color: Deep Sky Blue. HEX triplet: 0A, CC and EC. RGB value is (10,204,236). Sum of RGB (Red+Green+Blue) = 10+204+236=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ACCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCEC is #F53313. Grayscale: #959595. Windows color (decimal): -16069396 or 15518730. OLE color: 15518730.

HSL color Cylindrical-coordinate representation of color #0ACCEC: hue angle of 188.5º 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 #0ACCEC is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 204 236 -
CMYK 0.96 0.14 0 0.07
HSL 188.5º 0.92% 0.48% -
HSV(B) 188.5º 0.96% 0.93% -
XYZ 36.86 49.31 86.93 -
YUV 149.64 176.73 28.4 -
System Red Green Blue C M Y K H S L
Decimal 10 204 236 0.96 0.14 0 0.07 188.5 0.92 0.48
Hex A CC EC 60 E 0 7 BC 5C 30
Octal 12 314 354 140 16 0 7 274 134 60
Binary 1010 11001100 11101100 1100000 1110 0 111 10111100 1011100 110000

Color Harmonies of #0ACCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCEC

Black with #0ACCEC

Text Example


Text Example

White with #0ACCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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