Html Css Color HEX #31AECE Summer Sky

📋 copy color: '#31AECE'

red 49 ◦ green 174 ◦ blue 206

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

Shades of Summer Sky #31AECE

Tints of Summer Sky #31AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 11.42%
G = 40.56%
B = 48.02%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31AECE (or 0x31AECE) is known color: Summer Sky. HEX triplet: 31, AE and CE. RGB value is (49,174,206). Sum of RGB (Red+Green+Blue) = 49+174+206=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #31AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AECE is #CE5131. Grayscale: #8C8C8C. Windows color (decimal): -13521202 or 13545009. OLE color: 13545009.

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

Color convert

RGB 49 174 206 -
CMYK 0.76 0.16 0 0.19
HSL 192.23º 0.62% 0.5% -
HSV(B) 192.23º 0.76% 0.81% -
XYZ 27.54 35.38 63.77 -
YUV 140.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 49 174 206 0.76 0.16 0 0.19 192.23 0.62 0.5
Hex 31 AE CE 4C 10 0 13 C0 3E 32
Octal 61 256 316 114 20 0 23 300 76 62
Binary 110001 10101110 11001110 1001100 10000 0 10011 11000000 111110 110010

Color Harmonies of #31AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AECE

Black with #31AECE

Text Example


Text Example

White with #31AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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