Html Css Color HEX #31AED5 Summer Sky

📋 copy color: '#31AED5'

red 49 ◦ green 174 ◦ blue 213

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

Shades of Summer Sky #31AED5

Tints of Summer Sky #31AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 11.24%
G = 39.91%
B = 48.85%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#31AED5 (or 0x31AED5) is known color: Summer Sky. HEX triplet: 31, AE and D5. RGB value is (49,174,213). Sum of RGB (Red+Green+Blue) = 49+174+213=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #31AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AED5 is #CE512A. Grayscale: #8C8C8C. Windows color (decimal): -13521195 or 14003761. OLE color: 14003761.

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

Color convert

RGB 49 174 213 -
CMYK 0.77 0.18 0 0.16
HSL 194.27º 0.66% 0.51% -
HSV(B) 194.27º 0.77% 0.84% -
XYZ 28.41 35.73 68.35 -
YUV 141.07 168.59 62.33 -
System Red Green Blue C M Y K H S L
Decimal 49 174 213 0.77 0.18 0 0.16 194.27 0.66 0.51
Hex 31 AE D5 4D 12 0 10 C2 42 33
Octal 61 256 325 115 22 0 20 302 102 63
Binary 110001 10101110 11010101 1001101 10010 0 10000 11000010 1000010 110011

Color Harmonies of #31AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AED5

Black with #31AED5

Text Example


Text Example

White with #31AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,213); }

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

background-color css

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

 a { background-color: rgb(49,174,213); }

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

border-color css

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

 span { border-color: rgb(49,174,213); }

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