Html Css Color HEX #2ACEFF Deep Sky Blue

📋 copy color: '#2ACEFF'

red 42 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #2ACEFF

Tints of Deep Sky Blue #2ACEFF

RGB

 RED value IS 42 (16.8% from 255) = 8.35%

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 8.35%
G = 40.95%
B = 50.7%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2ACEFF (or 0x2ACEFF) is known color: Deep Sky Blue. HEX triplet: 2A, CE and FF. RGB value is (42,206,255). Sum of RGB (Red+Green+Blue) = 42+206+255=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ACEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEFF is #D53100. Grayscale: #A2A2A2. Windows color (decimal): -13971713 or 16764458. OLE color: 16764458.

HSL color Cylindrical-coordinate representation of color #2ACEFF: hue angle of 193.8º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ACEFF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 206 255 -
CMYK 0.84 0.19 0 0
HSL 193.8º 1% 0.58% -
HSV(B) 193.8º 0.84% 1% -
XYZ 41.08 51.85 102.45 -
YUV 162.55 180.17 42.02 -
System Red Green Blue C M Y K H S L
Decimal 42 206 255 0.84 0.19 0 0 193.8 1 0.58
Hex 2A CE FF 54 13 0 0 C2 64 3A
Octal 52 316 377 124 23 0 0 302 144 72
Binary 101010 11001110 11111111 1010100 10011 0 0 11000010 1100100 111010

Color Harmonies of #2ACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEFF

Black with #2ACEFF

Text Example


Text Example

White with #2ACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACEFF; }

 p { color: rgb(42,206,255); }

 H1.HeaderClassName
 {
   color: #2ACEFF;
 }
 .AnyTagClassName
 {
   color: #2ACEFF;
 }
</style>

background-color css

<style>
 a { background-color: #2ACEFF; }

 a { background-color: rgb(42,206,255); }

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

border-color css

<style>
 span { border-color: #2ACEFF; }

 span { border-color: rgb(42,206,255); }

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