Html Css Color HEX #06ACEA Deep Sky Blue

📋 copy color: '#06ACEA'

red 6 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #06ACEA

Tints of Deep Sky Blue #06ACEA

RGB

 RED value IS 6 (2.73% from 255) = 1.46%

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

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

R = 1.46%
G = 41.75%
B = 56.8%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06ACEA (or 0x06ACEA) is known color: Deep Sky Blue. HEX triplet: 06, AC and EA. RGB value is (6,172,234). Sum of RGB (Red+Green+Blue) = 6+172+234=412 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #06ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACEA is #F95315. Grayscale: #818181. Windows color (decimal): -16339734 or 15379462. OLE color: 15379462.

HSL color Cylindrical-coordinate representation of color #06ACEA: hue angle of 196.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACEA is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 172 234 -
CMYK 0.97 0.26 0 0.08
HSL 196.32º 0.95% 0.47% -
HSV(B) 196.32º 0.97% 0.92% -
XYZ 29.68 35.48 83.13 -
YUV 129.43 187 39.96 -
System Red Green Blue C M Y K H S L
Decimal 6 172 234 0.97 0.26 0 0.08 196.32 0.95 0.47
Hex 6 AC EA 61 1A 0 8 C4 5F 2F
Octal 6 254 352 141 32 0 10 304 137 57
Binary 110 10101100 11101010 1100001 11010 0 1000 11000100 1011111 101111

Color Harmonies of #06ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACEA

Black with #06ACEA

Text Example


Text Example

White with #06ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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