Html Css Color HEX #31ACE6 Summer Sky

📋 copy color: '#31ACE6'

red 49 ◦ green 172 ◦ blue 230

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

Shades of Summer Sky #31ACE6

Tints of Summer Sky #31ACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 230 (90.23% from 255) = 51%

R = 10.86%
G = 38.14%
B = 51%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#31ACE6 (or 0x31ACE6) is known color: Summer Sky. HEX triplet: 31, AC and E6. RGB value is (49,172,230). Sum of RGB (Red+Green+Blue) = 49+172+230=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #31ACE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ACE6 is #CE5319. Grayscale: #8D8D8D. Windows color (decimal): -13521690 or 15117361. OLE color: 15117361.

HSL color Cylindrical-coordinate representation of color #31ACE6: hue angle of 199.23º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ACE6 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 172 230 -
CMYK 0.79 0.25 0 0.10
HSL 199.23º 0.78% 0.55% -
HSV(B) 199.23º 0.79% 0.9% -
XYZ 30.3 35.87 80.19 -
YUV 141.84 177.75 61.78 -
System Red Green Blue C M Y K H S L
Decimal 49 172 230 0.79 0.25 0 0.10 199.23 0.78 0.55
Hex 31 AC E6 4F 19 0 A C7 4E 37
Octal 61 254 346 117 31 0 12 307 116 67
Binary 110001 10101100 11100110 1001111 11001 0 1010 11000111 1001110 110111

Color Harmonies of #31ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACE6

Black with #31ACE6

Text Example


Text Example

White with #31ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,172,230); }

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

background-color css

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

 a { background-color: rgb(49,172,230); }

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

border-color css

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

 span { border-color: rgb(49,172,230); }

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