Html Css Color HEX #31AEDB Summer Sky

📋 copy color: '#31AEDB'

red 49 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #31AEDB

Tints of Summer Sky #31AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 11.09%
G = 39.37%
B = 49.55%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31AEDB (or 0x31AEDB) is known color: Summer Sky. HEX triplet: 31, AE and DB. RGB value is (49,174,219). Sum of RGB (Red+Green+Blue) = 49+174+219=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #31AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEDB is #CE5124. Grayscale: #8D8D8D. Windows color (decimal): -13521189 or 14396977. OLE color: 14396977.

HSL color Cylindrical-coordinate representation of color #31AEDB: hue angle of 195.88º degrees, saturation: 0.7, 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 #31AEDB is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 174 219 -
CMYK 0.78 0.21 0 0.14
HSL 195.88º 0.7% 0.53% -
HSV(B) 195.88º 0.78% 0.86% -
XYZ 29.19 36.04 72.44 -
YUV 141.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 49 174 219 0.78 0.21 0 0.14 195.88 0.7 0.53
Hex 31 AE DB 4E 15 0 E C4 46 35
Octal 61 256 333 116 25 0 16 304 106 65
Binary 110001 10101110 11011011 1001110 10101 0 1110 11000100 1000110 110101

Color Harmonies of #31AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEDB

Black with #31AEDB

Text Example


Text Example

White with #31AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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