#2ACDF1

Color #2ACDF1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2ACDF1

Tints of Summer Sky #2ACDF1

Color information

#2ACDF1 (or 0x2ACDF1) is unknown color: approx Summer Sky. HEX triplet: 2A, CD and F1. RGB value is (42,205,241). Sum of RGB (Red+Green+Blue) = 42+205+241=488 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.61% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ACDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACDF1 is #D5320E. Grayscale: #A0A0A0. Windows color (decimal): -13971983 or 15846698. OLE color: 15846698.

HSL color Cylindrical-coordinate representation of color #2ACDF1: hue angle of 190.85º 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 #2ACDF1 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB42205241-
CMYK0.830.1500.05
HSL190.85º87.67%55.49%-
HSV(B)190.85º82.57%94.51%-
XYZ38.6650.5190.93-
YUV160.37173.543.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.61%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=8.61%
G=42.01%
B=49.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422052410.830.1500.05190.8587.6755.49
Hex2ACDF153F05bf5837
Octal52315361123170527713067
Binary1010101100110111110001101001111110101101111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ACDF1;
 }
 .AnyTagClassName
 {
   color: #2ACDF1;
 }
</style>
background-color css

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

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

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

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

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

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