#2ACBF1

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

Shades of Summer Sky #2ACBF1

Tints of Summer Sky #2ACBF1

Color information

#2ACBF1 (or 0x2ACBF1) is unknown color: approx Summer Sky. HEX triplet: 2A, CB and F1. RGB value is (42,203,241). Sum of RGB (Red+Green+Blue) = 42+203+241=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ACBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACBF1 is #D5340E. Grayscale: #9E9E9E. Windows color (decimal): -13972495 or 15846186. OLE color: 15846186.

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

Color convert

RGB42203241-
CMYK0.830.1600.05
HSL191.46º87.67%55.49%-
HSV(B)191.46º82.57%94.51%-
XYZ38.1949.5590.77-
YUV159.19174.1644.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.64%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 241 (94.53% from 255) = 49.59%
R=8.64%
G=41.77%
B=49.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422032410.830.1600.05191.4687.6755.49
Hex2ACBF1531005bf5837
Octal52313361123200527713067
Binary10101011001011111100011010011100000101101111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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