Html Css Color HEX #31B8CD Summer Sky

📋 copy color: '#31B8CD'

red 49 ◦ green 184 ◦ blue 205

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

Shades of Summer Sky #31B8CD

Tints of Summer Sky #31B8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

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

R = 11.19%
G = 42.01%
B = 46.8%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31B8CD (or 0x31B8CD) is known color: Summer Sky. HEX triplet: 31, B8 and CD. RGB value is (49,184,205). Sum of RGB (Red+Green+Blue) = 49+184+205=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #31B8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B8CD is #CE4732. Grayscale: #919191. Windows color (decimal): -13518643 or 13482033. OLE color: 13482033.

HSL color Cylindrical-coordinate representation of color #31B8CD: hue angle of 188.08º 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 #31B8CD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 184 205 -
CMYK 0.76 0.10 0 0.20
HSL 188.08º 0.61% 0.5% -
HSV(B) 188.08º 0.76% 0.8% -
XYZ 29.43 39.34 63.8 -
YUV 146.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 49 184 205 0.76 0.10 0 0.20 188.08 0.61 0.5
Hex 31 B8 CD 4C A 0 14 BC 3D 32
Octal 61 270 315 114 12 0 24 274 75 62
Binary 110001 10111000 11001101 1001100 1010 0 10100 10111100 111101 110010

Color Harmonies of #31B8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B8CD

Black with #31B8CD

Text Example


Text Example

White with #31B8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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