Html Css Color HEX #2ACEF1 Summer Sky

📋 copy color: '#2ACEF1'

red 42 ◦ green 206 ◦ blue 241

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

Shades of Summer Sky #2ACEF1

Tints of Summer Sky #2ACEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 8.59%
G = 42.13%
B = 49.28%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2ACEF1 (or 0x2ACEF1) is known color: Summer Sky. HEX triplet: 2A, CE and F1. RGB value is (42,206,241). Sum of RGB (Red+Green+Blue) = 42+206+241=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ACEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEF1 is #D5310E. Grayscale: #A0A0A0. Windows color (decimal): -13971727 or 15846954. OLE color: 15846954.

HSL color Cylindrical-coordinate representation of color #2ACEF1: hue angle of 190.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACEF1 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 206 241 -
CMYK 0.83 0.15 0 0.05
HSL 190.55º 0.88% 0.55% -
HSV(B) 190.55º 0.83% 0.95% -
XYZ 38.9 50.99 91.01 -
YUV 160.95 173.17 43.15 -
System Red Green Blue C M Y K H S L
Decimal 42 206 241 0.83 0.15 0 0.05 190.55 0.88 0.55
Hex 2A CE F1 53 F 0 5 BF 58 37
Octal 52 316 361 123 17 0 5 277 130 67
Binary 101010 11001110 11110001 1010011 1111 0 101 10111111 1011000 110111

Color Harmonies of #2ACEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEF1

Black with #2ACEF1

Text Example


Text Example

White with #2ACEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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