Html Css Color HEX #1FAEDE Summer Sky

📋 copy color: '#1FAEDE'

red 31 ◦ green 174 ◦ blue 222

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

Shades of Summer Sky #1FAEDE

Tints of Summer Sky #1FAEDE

RGB

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

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

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

R = 7.26%
G = 40.75%
B = 51.99%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FAEDE (or 0x1FAEDE) is known color: Summer Sky. HEX triplet: 1F, AE and DE. RGB value is (31,174,222). Sum of RGB (Red+Green+Blue) = 31+174+222=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FAEDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEDE is #E05121. Grayscale: #888888. Windows color (decimal): -14700834 or 14593567. OLE color: 14593567.

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

Color convert

RGB 31 174 222 -
CMYK 0.86 0.22 0 0.13
HSL 195.08º 0.75% 0.5% -
HSV(B) 195.08º 0.86% 0.87% -
XYZ 28.89 35.84 74.5 -
YUV 136.72 176.12 52.6 -
System Red Green Blue C M Y K H S L
Decimal 31 174 222 0.86 0.22 0 0.13 195.08 0.75 0.5
Hex 1F AE DE 56 16 0 D C3 4B 32
Octal 37 256 336 126 26 0 15 303 113 62
Binary 11111 10101110 11011110 1010110 10110 0 1101 11000011 1001011 110010

Color Harmonies of #1FAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAEDE

Black with #1FAEDE

Text Example


Text Example

White with #1FAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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