#2AC6D7

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

Shades of Summer Sky #2AC6D7

Tints of Summer Sky #2AC6D7

Color information

#2AC6D7 (or 0x2AC6D7) is unknown color: approx Summer Sky. HEX triplet: 2A, C6 and D7. RGB value is (42,198,215). Sum of RGB (Red+Green+Blue) = 42+198+215=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #2AC6D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC6D7 is #D53928. Grayscale: #999999. Windows color (decimal): -13973801 or 14140970. OLE color: 14140970.

HSL color Cylindrical-coordinate representation of color #2AC6D7: hue angle of 185.9º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC6D7 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB42198215-
CMYK0.800.0800.16
HSL185.9º68.38%50.39%-
HSV(B)185.9º80.47%84.31%-
XYZ33.4145.7971.37-
YUV153.29162.8248.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.23%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 215 (84.38% from 255) = 47.25%
R=9.23%
G=43.52%
B=47.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal421982150.800.0800.16185.968.3850.39
Hex2AC6D7508010ba4432
Octal523063271201002027210462
Binary101010110001101101011110100001000010000101110101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,198,215); }

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

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

 a { background-color: rgb(42,198,215); }

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

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

 span { border-color: rgb(42,198,215); }

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