Html Css Color HEX #1FAEE0 Summer Sky

📋 copy color: '#1FAEE0'

red 31 ◦ green 174 ◦ blue 224

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

Shades of Summer Sky #1FAEE0

Tints of Summer Sky #1FAEE0

RGB

 RED value IS 31 (12.5% from 255) = 7.23%

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 7.23%
G = 40.56%
B = 52.21%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1FAEE0 (or 0x1FAEE0) is known color: Summer Sky. HEX triplet: 1F, AE and E0. RGB value is (31,174,224). Sum of RGB (Red+Green+Blue) = 31+174+224=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #1FAEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEE0 is #E0511F. Grayscale: #888888. Windows color (decimal): -14700832 or 14724639. OLE color: 14724639.

HSL color Cylindrical-coordinate representation of color #1FAEE0: hue angle of 195.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAEE0 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 174 224 -
CMYK 0.86 0.22 0 0.12
HSL 195.54º 0.76% 0.5% -
HSV(B) 195.54º 0.86% 0.88% -
XYZ 29.16 35.95 75.92 -
YUV 136.94 177.12 52.43 -
System Red Green Blue C M Y K H S L
Decimal 31 174 224 0.86 0.22 0 0.12 195.54 0.76 0.5
Hex 1F AE E0 56 16 0 C C4 4C 32
Octal 37 256 340 126 26 0 14 304 114 62
Binary 11111 10101110 11100000 1010110 10110 0 1100 11000100 1001100 110010

Color Harmonies of #1FAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAEE0

Black with #1FAEE0

Text Example


Text Example

White with #1FAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FAEE0; }

 p { color: rgb(31,174,224); }

 H1.HeaderClassName
 {
   color: #1FAEE0;
 }
 .AnyTagClassName
 {
   color: #1FAEE0;
 }
</style>

background-color css

<style>
 a { background-color: #1FAEE0; }

 a { background-color: rgb(31,174,224); }

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

border-color css

<style>
 span { border-color: #1FAEE0; }

 span { border-color: rgb(31,174,224); }

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