Html Css Color HEX #31ACC6 Summer Sky

📋 copy color: '#31ACC6'

red 49 ◦ green 172 ◦ blue 198

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

Shades of Summer Sky #31ACC6

Tints of Summer Sky #31ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 11.69%
G = 41.05%
B = 47.26%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#31ACC6 (or 0x31ACC6) is known color: Summer Sky. HEX triplet: 31, AC and C6. RGB value is (49,172,198). Sum of RGB (Red+Green+Blue) = 49+172+198=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #31ACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACC6 is #CE5339. Grayscale: #898989. Windows color (decimal): -13521722 or 13020209. OLE color: 13020209.

HSL color Cylindrical-coordinate representation of color #31ACC6: hue angle of 190.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31ACC6 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 172 198 -
CMYK 0.75 0.13 0 0.22
HSL 190.47º 0.6% 0.48% -
HSV(B) 190.47º 0.75% 0.78% -
XYZ 26.21 34.24 58.65 -
YUV 138.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 49 172 198 0.75 0.13 0 0.22 190.47 0.6 0.48
Hex 31 AC C6 4B D 0 16 BE 3C 30
Octal 61 254 306 113 15 0 26 276 74 60
Binary 110001 10101100 11000110 1001011 1101 0 10110 10111110 111100 110000

Color Harmonies of #31ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACC6

Black with #31ACC6

Text Example


Text Example

White with #31ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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