Html Css Color HEX #4FAFDE Summer Sky

📋 copy color: '#4FAFDE'

red 79 ◦ green 175 ◦ blue 222

#4FAFDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #4FAFDE

Tints of Summer Sky #4FAFDE

RGB

 RED value IS 79 (31.25% from 255) = 16.6%

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 16.6%
G = 36.76%
B = 46.64%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FAFDE (or 0x4FAFDE) is known color: Summer Sky. HEX triplet: 4F, AF and DE. RGB value is (79,175,222). Sum of RGB (Red+Green+Blue) = 79+175+222=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFDE is #B05021. Grayscale: #979797. Windows color (decimal): -11554850 or 14593871. OLE color: 14593871.

HSL color Cylindrical-coordinate representation of color #4FAFDE: hue angle of 199.72º 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 #4FAFDE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 175 222 -
CMYK 0.64 0.21 0 0.13
HSL 199.72º 0.68% 0.59% -
HSV(B) 199.72º 0.64% 0.87% -
XYZ 31.74 37.6 74.69 -
YUV 151.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 79 175 222 0.64 0.21 0 0.13 199.72 0.68 0.59
Hex 4F AF DE 40 15 0 D C8 44 3B
Octal 117 257 336 100 25 0 15 310 104 73
Binary 1001111 10101111 11011110 1000000 10101 0 1101 11001000 1000100 111011

Color Harmonies of #4FAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFDE

Black with #4FAFDE

Text Example


Text Example

White with #4FAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FAFDE;
 }
 .AnyTagClassName
 {
   color: #4FAFDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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