Html Css Color HEX #31AFC5 Summer Sky

📋 copy color: '#31AFC5'

red 49 ◦ green 175 ◦ blue 197

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

Shades of Summer Sky #31AFC5

Tints of Summer Sky #31AFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 11.64%
G = 41.57%
B = 46.79%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#31AFC5 (or 0x31AFC5) is known color: Summer Sky. HEX triplet: 31, AF and C5. RGB value is (49,175,197). Sum of RGB (Red+Green+Blue) = 49+175+197=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #31AFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFC5 is #CE503A. Grayscale: #8B8B8B. Windows color (decimal): -13520955 or 12955441. OLE color: 12955441.

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

Color convert

RGB 49 175 197 -
CMYK 0.75 0.11 0 0.23
HSL 188.92º 0.6% 0.48% -
HSV(B) 188.92º 0.75% 0.77% -
XYZ 26.67 35.34 58.24 -
YUV 139.83 160.26 63.21 -
System Red Green Blue C M Y K H S L
Decimal 49 175 197 0.75 0.11 0 0.23 188.92 0.6 0.48
Hex 31 AF C5 4B B 0 17 BD 3C 30
Octal 61 257 305 113 13 0 27 275 74 60
Binary 110001 10101111 11000101 1001011 1011 0 10111 10111101 111100 110000

Color Harmonies of #31AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFC5

Black with #31AFC5

Text Example


Text Example

White with #31AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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