Html Css Color HEX #01ACEA Deep Sky Blue

📋 copy color: '#01ACEA'

red 1 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #01ACEA

Tints of Deep Sky Blue #01ACEA

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 0.25%
G = 42.26%
B = 57.49%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01ACEA (or 0x01ACEA) is known color: Deep Sky Blue. HEX triplet: 01, AC and EA. RGB value is (1,172,234). Sum of RGB (Red+Green+Blue) = 1+172+234=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #01ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ACEA is #FE5315. Grayscale: #7F7F7F. Windows color (decimal): -16667414 or 15379457. OLE color: 15379457.

HSL color Cylindrical-coordinate representation of color #01ACEA: hue angle of 195.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACEA is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 172 234 -
CMYK 1.00 0.26 0 0.08
HSL 195.97º 0.99% 0.46% -
HSV(B) 195.97º 1% 0.92% -
XYZ 29.62 35.45 83.12 -
YUV 127.94 187.85 37.46 -
System Red Green Blue C M Y K H S L
Decimal 1 172 234 1.00 0.26 0 0.08 195.97 0.99 0.46
Hex 1 AC EA 64 1A 0 8 C4 63 2E
Octal 1 254 352 144 32 0 10 304 143 56
Binary 1 10101100 11101010 1100100 11010 0 1000 11000100 1100011 101110

Color Harmonies of #01ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACEA

Black with #01ACEA

Text Example


Text Example

White with #01ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01ACEA; }

 p { color: rgb(1,172,234); }

 H1.HeaderClassName
 {
   color: #01ACEA;
 }
 .AnyTagClassName
 {
   color: #01ACEA;
 }
</style>

background-color css

<style>
 a { background-color: #01ACEA; }

 a { background-color: rgb(1,172,234); }

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

border-color css

<style>
 span { border-color: #01ACEA; }

 span { border-color: rgb(1,172,234); }

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