Html Css Color HEX #31B2CD Summer Sky

📋 copy color: '#31B2CD'

red 49 ◦ green 178 ◦ blue 205

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

Shades of Summer Sky #31B2CD

Tints of Summer Sky #31B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 11.34%
G = 41.2%
B = 47.45%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31B2CD (or 0x31B2CD) is known color: Summer Sky. HEX triplet: 31, B2 and CD. RGB value is (49,178,205). Sum of RGB (Red+Green+Blue) = 49+178+205=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #31B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B2CD is #CE4D32. Grayscale: #8E8E8E. Windows color (decimal): -13520179 or 13480497. OLE color: 13480497.

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

Color convert

RGB 49 178 205 -
CMYK 0.76 0.13 0 0.20
HSL 190.38º 0.61% 0.5% -
HSV(B) 190.38º 0.76% 0.8% -
XYZ 28.21 36.9 63.39 -
YUV 142.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 49 178 205 0.76 0.13 0 0.20 190.38 0.61 0.5
Hex 31 B2 CD 4C D 0 14 BE 3D 32
Octal 61 262 315 114 15 0 24 276 75 62
Binary 110001 10110010 11001101 1001100 1101 0 10100 10111110 111101 110010

Color Harmonies of #31B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B2CD

Black with #31B2CD

Text Example


Text Example

White with #31B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,205); }

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

background-color css

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

 a { background-color: rgb(49,178,205); }

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

border-color css

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

 span { border-color: rgb(49,178,205); }

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