Html Css Color HEX #31AFC9 Summer Sky

📋 copy color: '#31AFC9'

red 49 ◦ green 175 ◦ blue 201

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

Shades of Summer Sky #31AFC9

Tints of Summer Sky #31AFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 11.53%
G = 41.18%
B = 47.29%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31AFC9 (or 0x31AFC9) is known color: Summer Sky. HEX triplet: 31, AF and C9. RGB value is (49,175,201). Sum of RGB (Red+Green+Blue) = 49+175+201=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #31AFC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFC9 is #CE5036. Grayscale: #8C8C8C. Windows color (decimal): -13520951 or 13217585. OLE color: 13217585.

HSL color Cylindrical-coordinate representation of color #31AFC9: hue angle of 190.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AFC9 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 175 201 -
CMYK 0.76 0.13 0 0.21
HSL 190.26º 0.61% 0.49% -
HSV(B) 190.26º 0.76% 0.79% -
XYZ 27.14 35.53 60.69 -
YUV 140.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 49 175 201 0.76 0.13 0 0.21 190.26 0.61 0.49
Hex 31 AF C9 4C D 0 15 BE 3D 31
Octal 61 257 311 114 15 0 25 276 75 61
Binary 110001 10101111 11001001 1001100 1101 0 10101 10111110 111101 110001

Color Harmonies of #31AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFC9

Black with #31AFC9

Text Example


Text Example

White with #31AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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