Html Css Color HEX #31BACE Summer Sky

📋 copy color: '#31BACE'

red 49 ◦ green 186 ◦ blue 206

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

Shades of Summer Sky #31BACE

Tints of Summer Sky #31BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 11.11%
G = 42.18%
B = 46.71%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31BACE (or 0x31BACE) is known color: Summer Sky. HEX triplet: 31, BA and CE. RGB value is (49,186,206). Sum of RGB (Red+Green+Blue) = 49+186+206=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #31BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BACE is #CE4531. Grayscale: #939393. Windows color (decimal): -13518130 or 13548081. OLE color: 13548081.

HSL color Cylindrical-coordinate representation of color #31BACE: hue angle of 187.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BACE is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 186 206 -
CMYK 0.76 0.10 0 0.19
HSL 187.64º 0.62% 0.5% -
HSV(B) 187.64º 0.76% 0.81% -
XYZ 29.97 40.23 64.58 -
YUV 147.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 49 186 206 0.76 0.10 0 0.19 187.64 0.62 0.5
Hex 31 BA CE 4C A 0 13 BC 3E 32
Octal 61 272 316 114 12 0 23 274 76 62
Binary 110001 10111010 11001110 1001100 1010 0 10011 10111100 111110 110010

Color Harmonies of #31BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BACE

Black with #31BACE

Text Example


Text Example

White with #31BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,206); }

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

background-color css

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

 a { background-color: rgb(49,186,206); }

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

border-color css

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

 span { border-color: rgb(49,186,206); }

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