#2FB4E5

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

Shades of Summer Sky #2FB4E5

Tints of Summer Sky #2FB4E5

Color information

#2FB4E5 (or 0x2FB4E5) is unknown color: approx Summer Sky. HEX triplet: 2F, B4 and E5. RGB value is (47,180,229). Sum of RGB (Red+Green+Blue) = 47+180+229=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FB4E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4E5 is #D04B1A. Grayscale: #919191. Windows color (decimal): -13650715 or 15053871. OLE color: 15053871.

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

Color convert

RGB47180229-
CMYK0.790.2100.10
HSL196.15º77.78%54.12%-
HSV(B)196.15º79.48%89.8%-
XYZ31.6438.979.97-
YUV145.82174.9457.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.31%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 229 (89.84% from 255) = 50.22%
R=10.31%
G=39.47%
B=50.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471802290.790.2100.10196.1577.7854.12
Hex2FB4E54F150Ac44e36
Octal572643451172501230411666
Binary101111101101001110010110011111010101010110001001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,229); }

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

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

 a { background-color: rgb(47,180,229); }

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

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

 span { border-color: rgb(47,180,229); }

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