Html Css Color HEX #31ADD1 Summer Sky

📋 copy color: '#31ADD1'

red 49 ◦ green 173 ◦ blue 209

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

Shades of Summer Sky #31ADD1

Tints of Summer Sky #31ADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 11.37%
G = 40.14%
B = 48.49%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#31ADD1 (or 0x31ADD1) is known color: Summer Sky. HEX triplet: 31, AD and D1. RGB value is (49,173,209). Sum of RGB (Red+Green+Blue) = 49+173+209=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #31ADD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADD1 is #CE522E. Grayscale: #8B8B8B. Windows color (decimal): -13521455 or 13741361. OLE color: 13741361.

HSL color Cylindrical-coordinate representation of color #31ADD1: hue angle of 193.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31ADD1 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 173 209 -
CMYK 0.77 0.17 0 0.18
HSL 193.5º 0.63% 0.51% -
HSV(B) 193.5º 0.77% 0.82% -
XYZ 27.72 35.14 65.64 -
YUV 140.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 49 173 209 0.77 0.17 0 0.18 193.5 0.63 0.51
Hex 31 AD D1 4D 11 0 12 C2 3F 33
Octal 61 255 321 115 21 0 22 302 77 63
Binary 110001 10101101 11010001 1001101 10001 0 10010 11000010 111111 110011

Color Harmonies of #31ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADD1

Black with #31ADD1

Text Example


Text Example

White with #31ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,209); }

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

background-color css

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

 a { background-color: rgb(49,173,209); }

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

border-color css

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

 span { border-color: rgb(49,173,209); }

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