Html Css Color HEX #31BCD1 Summer Sky

📋 copy color: '#31BCD1'

red 49 ◦ green 188 ◦ blue 209

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

Shades of Summer Sky #31BCD1

Tints of Summer Sky #31BCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 10.99%
G = 42.15%
B = 46.86%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#31BCD1 (or 0x31BCD1) is known color: Summer Sky. HEX triplet: 31, BC and D1. RGB value is (49,188,209). Sum of RGB (Red+Green+Blue) = 49+188+209=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #31BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCD1 is #CE432E. Grayscale: #949494. Windows color (decimal): -13517615 or 13745201. OLE color: 13745201.

HSL color Cylindrical-coordinate representation of color #31BCD1: hue angle of 187.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BCD1 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 188 209 -
CMYK 0.77 0.10 0 0.18
HSL 187.88º 0.63% 0.51% -
HSV(B) 187.88º 0.77% 0.82% -
XYZ 30.76 41.22 66.66 -
YUV 148.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 49 188 209 0.77 0.10 0 0.18 187.88 0.63 0.51
Hex 31 BC D1 4D A 0 12 BC 3F 33
Octal 61 274 321 115 12 0 22 274 77 63
Binary 110001 10111100 11010001 1001101 1010 0 10010 10111100 111111 110011

Color Harmonies of #31BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCD1

Black with #31BCD1

Text Example


Text Example

White with #31BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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