Html Css Color HEX #31AADC Summer Sky

📋 copy color: '#31AADC'

red 49 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #31AADC

Tints of Summer Sky #31AADC

RGB

 RED value IS 49 (19.53% from 255) = 11.16%

 GREEN value IS 170 (66.8% from 255) = 38.72%

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

R = 11.16%
G = 38.72%
B = 50.11%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31AADC (or 0x31AADC) is known color: Summer Sky. HEX triplet: 31, AA and DC. RGB value is (49,170,220). Sum of RGB (Red+Green+Blue) = 49+170+220=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #31AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AADC is #CE5523. Grayscale: #8B8B8B. Windows color (decimal): -13522212 or 14461489. OLE color: 14461489.

HSL color Cylindrical-coordinate representation of color #31AADC: hue angle of 197.54º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AADC is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 170 220 -
CMYK 0.78 0.23 0 0.14
HSL 197.54º 0.71% 0.53% -
HSV(B) 197.54º 0.78% 0.86% -
XYZ 28.56 34.57 72.88 -
YUV 139.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 49 170 220 0.78 0.23 0 0.14 197.54 0.71 0.53
Hex 31 AA DC 4E 17 0 E C6 47 35
Octal 61 252 334 116 27 0 16 306 107 65
Binary 110001 10101010 11011100 1001110 10111 0 1110 11000110 1000111 110101

Color Harmonies of #31AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AADC

Black with #31AADC

Text Example


Text Example

White with #31AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AADC; }

 p { color: rgb(49,170,220); }

 H1.HeaderClassName
 {
   color: #31AADC;
 }
 .AnyTagClassName
 {
   color: #31AADC;
 }
</style>

background-color css

<style>
 a { background-color: #31AADC; }

 a { background-color: rgb(49,170,220); }

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

border-color css

<style>
 span { border-color: #31AADC; }

 span { border-color: rgb(49,170,220); }

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