Html Css Color HEX #31AFC6 Summer Sky

📋 copy color: '#31AFC6'

red 49 ◦ green 175 ◦ blue 198

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

Shades of Summer Sky #31AFC6

Tints of Summer Sky #31AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 11.61%
G = 41.47%
B = 46.92%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#31AFC6 (or 0x31AFC6) is known color: Summer Sky. HEX triplet: 31, AF and C6. RGB value is (49,175,198). Sum of RGB (Red+Green+Blue) = 49+175+198=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #31AFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFC6 is #CE5039. Grayscale: #8B8B8B. Windows color (decimal): -13520954 or 13020977. OLE color: 13020977.

HSL color Cylindrical-coordinate representation of color #31AFC6: hue angle of 189.26º 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 #31AFC6 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 175 198 -
CMYK 0.75 0.12 0 0.22
HSL 189.26º 0.6% 0.48% -
HSV(B) 189.26º 0.75% 0.78% -
XYZ 26.79 35.39 58.85 -
YUV 139.95 160.76 63.13 -
System Red Green Blue C M Y K H S L
Decimal 49 175 198 0.75 0.12 0 0.22 189.26 0.6 0.48
Hex 31 AF C6 4B C 0 16 BD 3C 30
Octal 61 257 306 113 14 0 26 275 74 60
Binary 110001 10101111 11000110 1001011 1100 0 10110 10111101 111100 110000

Color Harmonies of #31AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFC6

Black with #31AFC6

Text Example


Text Example

White with #31AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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