#4FAFDD

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

Shades of Summer Sky #4FAFDD

Tints of Summer Sky #4FAFDD

Color information

#4FAFDD (or 0x4FAFDD) is unknown color: approx Summer Sky. HEX triplet: 4F, AF and DD. RGB value is (79,175,221). Sum of RGB (Red+Green+Blue) = 79+175+221=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFDD is #B05022. Grayscale: #979797. Windows color (decimal): -11554851 or 14528335. OLE color: 14528335.

HSL color Cylindrical-coordinate representation of color #4FAFDD: hue angle of 199.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FAFDD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79175221-
CMYK0.640.2100.13
HSL199.44º67.62%58.82%-
HSV(B)199.44º64.25%86.67%-
XYZ31.6137.5473.99-
YUV151.54167.276.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.63%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=16.63%
G=36.84%
B=46.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791752210.640.2100.13199.4467.6258.82
Hex4FAFDD40150Dc7443b
Octal1172573351002501530710473
Binary1001111101011111101110110000001010101101110001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAFDD; }

 p { color: rgb(79,175,221); }

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

<style>
 a { background-color: #4FAFDD; }

 a { background-color: rgb(79,175,221); }

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

<style>
 span { border-color: #4FAFDD; }

 span { border-color: rgb(79,175,221); }

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