Html Css Color HEX #1FAFDC Summer Sky

📋 copy color: '#1FAFDC'

red 31 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #1FAFDC

Tints of Summer Sky #1FAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

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

R = 7.28%
G = 41.08%
B = 51.64%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FAFDC (or 0x1FAFDC) is known color: Summer Sky. HEX triplet: 1F, AF and DC. RGB value is (31,175,220). Sum of RGB (Red+Green+Blue) = 31+175+220=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFDC is #E05023. Grayscale: #888888. Windows color (decimal): -14700580 or 14462751. OLE color: 14462751.

HSL color Cylindrical-coordinate representation of color #1FAFDC: hue angle of 194.29º 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 #1FAFDC is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 175 220 -
CMYK 0.86 0.20 0 0.14
HSL 194.29º 0.75% 0.49% -
HSV(B) 194.29º 0.86% 0.86% -
XYZ 28.81 36.12 73.16 -
YUV 137.07 174.79 52.34 -
System Red Green Blue C M Y K H S L
Decimal 31 175 220 0.86 0.20 0 0.14 194.29 0.75 0.49
Hex 1F AF DC 56 14 0 E C2 4B 31
Octal 37 257 334 126 24 0 16 302 113 61
Binary 11111 10101111 11011100 1010110 10100 0 1110 11000010 1001011 110001

Color Harmonies of #1FAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFDC

Black with #1FAFDC

Text Example


Text Example

White with #1FAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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