Html Css Color HEX #1FA7CE Summer Sky

📋 copy color: '#1FA7CE'

red 31 ◦ green 167 ◦ blue 206

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

Shades of Summer Sky #1FA7CE

Tints of Summer Sky #1FA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 7.67%
G = 41.34%
B = 50.99%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FA7CE (or 0x1FA7CE) is known color: Summer Sky. HEX triplet: 1F, A7 and CE. RGB value is (31,167,206). Sum of RGB (Red+Green+Blue) = 31+167+206=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FA7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA7CE is #E05831. Grayscale: #828282. Windows color (decimal): -14702642 or 13543199. OLE color: 13543199.

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

Color convert

RGB 31 167 206 -
CMYK 0.85 0.19 0 0.19
HSL 193.37º 0.74% 0.46% -
HSV(B) 193.37º 0.85% 0.81% -
XYZ 25.52 32.38 63.3 -
YUV 130.78 170.44 56.83 -
System Red Green Blue C M Y K H S L
Decimal 31 167 206 0.85 0.19 0 0.19 193.37 0.74 0.46
Hex 1F A7 CE 55 13 0 13 C1 4A 2E
Octal 37 247 316 125 23 0 23 301 112 56
Binary 11111 10100111 11001110 1010101 10011 0 10011 11000001 1001010 101110

Color Harmonies of #1FA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA7CE

Black with #1FA7CE

Text Example


Text Example

White with #1FA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,167,206); }

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

background-color css

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

 a { background-color: rgb(31,167,206); }

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

border-color css

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

 span { border-color: rgb(31,167,206); }

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