Html Css Color HEX #1FADDC Summer Sky

📋 copy color: '#1FADDC'

red 31 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #1FADDC

Tints of Summer Sky #1FADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

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

R = 7.31%
G = 40.8%
B = 51.89%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FADDC (or 0x1FADDC) is known color: Summer Sky. HEX triplet: 1F, AD and DC. RGB value is (31,173,220). Sum of RGB (Red+Green+Blue) = 31+173+220=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADDC is #E05223. Grayscale: #878787. Windows color (decimal): -14701092 or 14462239. OLE color: 14462239.

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

Color convert

RGB 31 173 220 -
CMYK 0.86 0.21 0 0.14
HSL 194.92º 0.75% 0.49% -
HSV(B) 194.92º 0.86% 0.86% -
XYZ 28.43 35.35 73.03 -
YUV 135.9 175.46 53.18 -
System Red Green Blue C M Y K H S L
Decimal 31 173 220 0.86 0.21 0 0.14 194.92 0.75 0.49
Hex 1F AD DC 56 15 0 E C3 4B 31
Octal 37 255 334 126 25 0 16 303 113 61
Binary 11111 10101101 11011100 1010110 10101 0 1110 11000011 1001011 110001

Color Harmonies of #1FADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FADDC

Black with #1FADDC

Text Example


Text Example

White with #1FADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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