Html Css Color HEX #0ACEEC Deep Sky Blue

📋 copy color: '#0ACEEC'

red 10 ◦ green 206 ◦ blue 236

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

Shades of Deep Sky Blue #0ACEEC

Tints of Deep Sky Blue #0ACEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 2.21%
G = 45.58%
B = 52.21%

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

#0ACEEC (or 0x0ACEEC) is known color: Deep Sky Blue. HEX triplet: 0A, CE and EC. RGB value is (10,206,236). Sum of RGB (Red+Green+Blue) = 10+206+236=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ACEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACEEC is #F53113. Grayscale: #969696. Windows color (decimal): -16068884 or 15519242. OLE color: 15519242.

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

Color convert

RGB 10 206 236 -
CMYK 0.96 0.13 0 0.07
HSL 187.96º 0.92% 0.48% -
HSV(B) 187.96º 0.96% 0.93% -
XYZ 37.34 50.26 87.09 -
YUV 150.82 176.07 27.56 -
System Red Green Blue C M Y K H S L
Decimal 10 206 236 0.96 0.13 0 0.07 187.96 0.92 0.48
Hex A CE EC 60 D 0 7 BC 5C 30
Octal 12 316 354 140 15 0 7 274 134 60
Binary 1010 11001110 11101100 1100000 1101 0 111 10111100 1011100 110000

Color Harmonies of #0ACEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEEC

Black with #0ACEEC

Text Example


Text Example

White with #0ACEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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