#2ABAEC

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

Shades of Summer Sky #2ABAEC

Tints of Summer Sky #2ABAEC

Color information

#2ABAEC (or 0x2ABAEC) is unknown color: approx Summer Sky. HEX triplet: 2A, BA and EC. RGB value is (42,186,236). Sum of RGB (Red+Green+Blue) = 42+186+236=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAEC is #D54513. Grayscale: #949494. Windows color (decimal): -13976852 or 15514154. OLE color: 15514154.

HSL color Cylindrical-coordinate representation of color #2ABAEC: hue angle of 195.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABAEC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42186236-
CMYK0.820.2100.07
HSL195.46º83.62%54.51%-
HSV(B)195.46º82.2%92.55%-
XYZ33.6541.6785.63-
YUV148.64177.2951.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.05%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=9.05%
G=40.09%
B=50.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421862360.820.2100.07195.4683.6254.51
Hex2ABAEC521507c35437
Octal52272354122250730312467
Binary10101010111010111011001010010101010111110000111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,236); }

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

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

 a { background-color: rgb(42,186,236); }

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

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

 span { border-color: rgb(42,186,236); }

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