#2FA5CD

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

Shades of Summer Sky #2FA5CD

Tints of Summer Sky #2FA5CD

Color information

#2FA5CD (or 0x2FA5CD) is unknown color: approx Summer Sky. HEX triplet: 2F, A5 and CD. RGB value is (47,165,205). Sum of RGB (Red+Green+Blue) = 47+165+205=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FA5CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5CD is #D05A32. Grayscale: #868686. Windows color (decimal): -13654579 or 13477167. OLE color: 13477167.

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

Color convert

RGB47165205-
CMYK0.770.2000.20
HSL195.19º62.7%49.41%-
HSV(B)195.19º77.07%80.39%-
XYZ25.6531.9262.57-
YUV134.28167.9165.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.27%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=11.27%
G=39.57%
B=49.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471652050.770.2000.20195.1962.749.41
Hex2FA5CD4D14014c33f31
Octal57245315115240243037761
Binary101111101001011100110110011011010001010011000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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