Html Css Color HEX #1FAED6 Summer Sky

📋 copy color: '#1FAED6'

red 31 ◦ green 174 ◦ blue 214

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

Shades of Summer Sky #1FAED6

Tints of Summer Sky #1FAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 7.4%
G = 41.53%
B = 51.07%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1FAED6 (or 0x1FAED6) is known color: Summer Sky. HEX triplet: 1F, AE and D6. RGB value is (31,174,214). Sum of RGB (Red+Green+Blue) = 31+174+214=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #1FAED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAED6 is #E05129. Grayscale: #878787. Windows color (decimal): -14700842 or 14069279. OLE color: 14069279.

HSL color Cylindrical-coordinate representation of color #1FAED6: hue angle of 193.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAED6 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 174 214 -
CMYK 0.86 0.19 0 0.16
HSL 193.11º 0.75% 0.48% -
HSV(B) 193.11º 0.86% 0.84% -
XYZ 27.84 35.42 68.99 -
YUV 135.8 172.12 53.25 -
System Red Green Blue C M Y K H S L
Decimal 31 174 214 0.86 0.19 0 0.16 193.11 0.75 0.48
Hex 1F AE D6 56 13 0 10 C1 4B 30
Octal 37 256 326 126 23 0 20 301 113 60
Binary 11111 10101110 11010110 1010110 10011 0 10000 11000001 1001011 110000

Color Harmonies of #1FAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAED6

Black with #1FAED6

Text Example


Text Example

White with #1FAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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