#2FAFEE

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

Shades of Summer Sky #2FAFEE

Tints of Summer Sky #2FAFEE

Color information

#2FAFEE (or 0x2FAFEE) is unknown color: approx Summer Sky. HEX triplet: 2F, AF and EE. RGB value is (47,175,238). Sum of RGB (Red+Green+Blue) = 47+175+238=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FAFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFEE is #D05011. Grayscale: #8F8F8F. Windows color (decimal): -13651986 or 15642415. OLE color: 15642415.

HSL color Cylindrical-coordinate representation of color #2FAFEE: hue angle of 199.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAFEE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47175238-
CMYK0.800.2600.07
HSL199.79º84.89%55.88%-
HSV(B)199.79º80.25%93.33%-
XYZ31.9337.4486.43-
YUV143.91181.0958.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.22%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 238 (93.36% from 255) = 51.74%
R=10.22%
G=38.04%
B=51.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal471752380.800.2600.07199.7984.8955.88
Hex2FAFEE501A07c85538
Octal57257356120320731012570
Binary10111110101111111011101010000110100111110010001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,175,238); }

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

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

 a { background-color: rgb(47,175,238); }

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

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

 span { border-color: rgb(47,175,238); }

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