#2fa5d7

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

Shades of Summer Sky #2FA5D7

Tints of Summer Sky #2FA5D7

Color information

#2FA5D7 (or 0x2FA5D7) is unknown color: approx Summer Sky. HEX triplet: 2F, A5 and D7. RGB value is (47,165,215). Sum of RGB (Red+Green+Blue) = 47+165+215=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #2FA5D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5D7 is #D05A28. Grayscale: #878787. Windows color (decimal): -13654569 or 14132527. OLE color: 14132527.

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

Color convert

RGB47165215-
CMYK0.780.2300.16
HSL197.86º67.74%51.37%-
HSV(B)197.86º78.14%84.31%-
XYZ26.8932.4269.13-
YUV135.42172.9164.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=11.01%
G=38.64%
B=50.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal471652150.780.2300.16197.8667.7451.37
Hex2FA5D74E17010c64433
Octal572453271162702030610463
Binary1011111010010111010111100111010111010000110001101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa5d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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