Html Css Color HEX #31BCDC Summer Sky

📋 copy color: '#31BCDC'

red 49 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #31BCDC

Tints of Summer Sky #31BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 10.72%
G = 41.14%
B = 48.14%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31BCDC (or 0x31BCDC) is known color: Summer Sky. HEX triplet: 31, BC and DC. RGB value is (49,188,220). Sum of RGB (Red+Green+Blue) = 49+188+220=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #31BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCDC is #CE4323. Grayscale: #959595. Windows color (decimal): -13517604 or 14466097. OLE color: 14466097.

HSL color Cylindrical-coordinate representation of color #31BCDC: hue angle of 191.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BCDC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 188 220 -
CMYK 0.78 0.15 0 0.14
HSL 191.23º 0.71% 0.53% -
HSV(B) 191.23º 0.78% 0.86% -
XYZ 32.17 41.79 74.08 -
YUV 150.09 167.45 55.9 -
System Red Green Blue C M Y K H S L
Decimal 49 188 220 0.78 0.15 0 0.14 191.23 0.71 0.53
Hex 31 BC DC 4E F 0 E BF 47 35
Octal 61 274 334 116 17 0 16 277 107 65
Binary 110001 10111100 11011100 1001110 1111 0 1110 10111111 1000111 110101

Color Harmonies of #31BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCDC

Black with #31BCDC

Text Example


Text Example

White with #31BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,220); }

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

background-color css

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

 a { background-color: rgb(49,188,220); }

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

border-color css

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

 span { border-color: rgb(49,188,220); }

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