#2FA0D7

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

Shades of Summer Sky #2FA0D7

Tints of Summer Sky #2FA0D7

Color information

#2FA0D7 (or 0x2FA0D7) is unknown color: approx Summer Sky. HEX triplet: 2F, A0 and D7. RGB value is (47,160,215). Sum of RGB (Red+Green+Blue) = 47+160+215=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #2FA0D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA0D7 is #D05F28. Grayscale: #848484. Windows color (decimal): -13655849 or 14131247. OLE color: 14131247.

HSL color Cylindrical-coordinate representation of color #2FA0D7: hue angle of 199.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FA0D7 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB47160215-
CMYK0.780.2600.16
HSL199.64º67.74%51.37%-
HSV(B)199.64º78.14%84.31%-
XYZ26.0130.6568.84-
YUV132.48174.5667.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.14%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=11.14%
G=37.91%
B=50.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal471602150.780.2600.16199.6467.7451.37
Hex2FA0D74E1A010c84433
Octal572403271163202031010463
Binary1011111010000011010111100111011010010000110010001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,160,215); }

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

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

 a { background-color: rgb(47,160,215); }

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

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

 span { border-color: rgb(47,160,215); }

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