Html Css Color HEX #0AC2EB Deep Sky Blue

📋 copy color: '#0AC2EB'

red 10 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #0AC2EB

Tints of Deep Sky Blue #0AC2EB

RGB

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

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

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

R = 2.28%
G = 44.19%
B = 53.53%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AC2EB (or 0x0AC2EB) is known color: Deep Sky Blue. HEX triplet: 0A, C2 and EB. RGB value is (10,194,235). Sum of RGB (Red+Green+Blue) = 10+194+235=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AC2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC2EB is #F53D14. Grayscale: #8F8F8F. Windows color (decimal): -16071957 or 15450634. OLE color: 15450634.

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

Color convert

RGB 10 194 235 -
CMYK 0.96 0.17 0 0.08
HSL 190.93º 0.92% 0.48% -
HSV(B) 190.93º 0.96% 0.92% -
XYZ 34.41 44.65 85.4 -
YUV 143.66 179.54 32.67 -
System Red Green Blue C M Y K H S L
Decimal 10 194 235 0.96 0.17 0 0.08 190.93 0.92 0.48
Hex A C2 EB 60 11 0 8 BF 5C 30
Octal 12 302 353 140 21 0 10 277 134 60
Binary 1010 11000010 11101011 1100000 10001 0 1000 10111111 1011100 110000

Color Harmonies of #0AC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC2EB

Black with #0AC2EB

Text Example


Text Example

White with #0AC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,235); }

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

background-color css

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

 a { background-color: rgb(10,194,235); }

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

border-color css

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

 span { border-color: rgb(10,194,235); }

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