Html Css Color HEX #31BDCD Summer Sky

📋 copy color: '#31BDCD'

red 49 ◦ green 189 ◦ blue 205

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

Shades of Summer Sky #31BDCD

Tints of Summer Sky #31BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

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

R = 11.06%
G = 42.66%
B = 46.28%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31BDCD (or 0x31BDCD) is known color: Summer Sky. HEX triplet: 31, BD and CD. RGB value is (49,189,205). Sum of RGB (Red+Green+Blue) = 49+189+205=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #31BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCD is #CE4232. Grayscale: #949494. Windows color (decimal): -13517363 or 13483313. OLE color: 13483313.

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

Color convert

RGB 49 189 205 -
CMYK 0.76 0.08 0 0.20
HSL 186.15º 0.61% 0.5% -
HSV(B) 186.15º 0.76% 0.8% -
XYZ 30.48 41.46 64.15 -
YUV 148.96 159.62 56.7 -
System Red Green Blue C M Y K H S L
Decimal 49 189 205 0.76 0.08 0 0.20 186.15 0.61 0.5
Hex 31 BD CD 4C 8 0 14 BA 3D 32
Octal 61 275 315 114 10 0 24 272 75 62
Binary 110001 10111101 11001101 1001100 1000 0 10100 10111010 111101 110010

Color Harmonies of #31BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDCD

Black with #31BDCD

Text Example


Text Example

White with #31BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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