#2ACBE6

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

Shades of Summer Sky #2ACBE6

Tints of Summer Sky #2ACBE6

Color information

#2ACBE6 (or 0x2ACBE6) is unknown color: approx Summer Sky. HEX triplet: 2A, CB and E6. RGB value is (42,203,230). Sum of RGB (Red+Green+Blue) = 42+203+230=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ACBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACBE6 is #D53419. Grayscale: #9D9D9D. Windows color (decimal): -13972506 or 15125290. OLE color: 15125290.

HSL color Cylindrical-coordinate representation of color #2ACBE6: hue angle of 188.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACBE6 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB42203230-
CMYK0.820.1200.10
HSL188.62º78.99%53.33%-
HSV(B)188.62º81.74%90.2%-
XYZ36.5948.9282.38-
YUV157.94168.6645.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.84%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=8.84%
G=42.74%
B=48.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal422032300.820.1200.10188.6278.9953.33
Hex2ACBE652C0Abd4f35
Octal523133461221401227511765
Binary10101011001011111001101010010110001010101111011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,203,230); }

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

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

 a { background-color: rgb(42,203,230); }

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

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

 span { border-color: rgb(42,203,230); }

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