Html Css Color HEX #1FA7DC Summer Sky

📋 copy color: '#1FA7DC'

red 31 ◦ green 167 ◦ blue 220

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

Shades of Summer Sky #1FA7DC

Tints of Summer Sky #1FA7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 7.42%
G = 39.95%
B = 52.63%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FA7DC (or 0x1FA7DC) is known color: Summer Sky. HEX triplet: 1F, A7 and DC. RGB value is (31,167,220). Sum of RGB (Red+Green+Blue) = 31+167+220=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FA7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA7DC is #E05823. Grayscale: #848484. Windows color (decimal): -14702628 or 14460703. OLE color: 14460703.

HSL color Cylindrical-coordinate representation of color #1FA7DC: hue angle of 196.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA7DC is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 167 220 -
CMYK 0.86 0.24 0 0.14
HSL 196.83º 0.75% 0.49% -
HSV(B) 196.83º 0.86% 0.86% -
XYZ 27.3 33.1 72.66 -
YUV 132.38 177.44 55.69 -
System Red Green Blue C M Y K H S L
Decimal 31 167 220 0.86 0.24 0 0.14 196.83 0.75 0.49
Hex 1F A7 DC 56 18 0 E C5 4B 31
Octal 37 247 334 126 30 0 16 305 113 61
Binary 11111 10100111 11011100 1010110 11000 0 1110 11000101 1001011 110001

Color Harmonies of #1FA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA7DC

Black with #1FA7DC

Text Example


Text Example

White with #1FA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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