#2AB9CF

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

Shades of Summer Sky #2AB9CF

Tints of Summer Sky #2AB9CF

Color information

#2AB9CF (or 0x2AB9CF) is unknown color: approx Summer Sky. HEX triplet: 2A, B9 and CF. RGB value is (42,185,207). Sum of RGB (Red+Green+Blue) = 42+185+207=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #2AB9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB9CF is #D54630. Grayscale: #909090. Windows color (decimal): -13977137 or 13613354. OLE color: 13613354.

HSL color Cylindrical-coordinate representation of color #2AB9CF: hue angle of 188º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB9CF is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB42185207-
CMYK0.800.1100.19
HSL188º66.27%48.82%-
HSV(B)188º79.71%81.18%-
XYZ29.5739.765.14-
YUV144.75163.1254.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.68%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=9.68%
G=42.63%
B=47.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal421852070.800.1100.1918866.2748.82
Hex2AB9CF50B013bc4231
Octal522713171201302327410261
Binary101010101110011100111110100001011010011101111001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,185,207); }

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

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

 a { background-color: rgb(42,185,207); }

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

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

 span { border-color: rgb(42,185,207); }

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