Html Css Color HEX #1FAECF Summer Sky

📋 copy color: '#1FAECF'

red 31 ◦ green 174 ◦ blue 207

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

Shades of Summer Sky #1FAECF

Tints of Summer Sky #1FAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 7.52%
G = 42.23%
B = 50.24%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FAECF (or 0x1FAECF) is known color: Summer Sky. HEX triplet: 1F, AE and CF. RGB value is (31,174,207). Sum of RGB (Red+Green+Blue) = 31+174+207=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECF is #E05130. Grayscale: #868686. Windows color (decimal): -14700849 or 13610527. OLE color: 13610527.

HSL color Cylindrical-coordinate representation of color #1FAECF: hue angle of 191.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAECF is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 174 207 -
CMYK 0.85 0.16 0 0.19
HSL 191.25º 0.74% 0.47% -
HSV(B) 191.25º 0.85% 0.81% -
XYZ 26.96 35.07 64.38 -
YUV 135.01 168.62 53.82 -
System Red Green Blue C M Y K H S L
Decimal 31 174 207 0.85 0.16 0 0.19 191.25 0.74 0.47
Hex 1F AE CF 55 10 0 13 BF 4A 2F
Octal 37 256 317 125 20 0 23 277 112 57
Binary 11111 10101110 11001111 1010101 10000 0 10011 10111111 1001010 101111

Color Harmonies of #1FAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAECF

Black with #1FAECF

Text Example


Text Example

White with #1FAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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