#2EBFCA

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

Shades of Summer Sky #2EBFCA

Tints of Summer Sky #2EBFCA

Color information

#2EBFCA (or 0x2EBFCA) is unknown color: approx Summer Sky. HEX triplet: 2E, BF and CA. RGB value is (46,191,202). Sum of RGB (Red+Green+Blue) = 46+191+202=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFCA is #D14035. Grayscale: #949494. Windows color (decimal): -13713462 or 13287214. OLE color: 13287214.

HSL color Cylindrical-coordinate representation of color #2EBFCA: hue angle of 184.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBFCA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46191202-
CMYK0.770.0500.21
HSL184.23º62.9%48.63%-
HSV(B)184.23º77.23%79.22%-
XYZ30.4242.1162.4-
YUV148.9157.9654.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.48%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=10.48%
G=43.51%
B=46.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461912020.770.0500.21184.2362.948.63
Hex2EBFCA4D5015b83f31
Octal5627731211550252707761
Binary1011101011111111001010100110110101010110111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,202); }

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

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

 a { background-color: rgb(46,191,202); }

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

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

 span { border-color: rgb(46,191,202); }

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