Html Css Color HEX #31AECB Summer Sky

📋 copy color: '#31AECB'

red 49 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #31AECB

Tints of Summer Sky #31AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 11.5%
G = 40.85%
B = 47.65%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31AECB (or 0x31AECB) is known color: Summer Sky. HEX triplet: 31, AE and CB. RGB value is (49,174,203). Sum of RGB (Red+Green+Blue) = 49+174+203=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #31AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AECB is #CE5134. Grayscale: #8B8B8B. Windows color (decimal): -13521205 or 13348401. OLE color: 13348401.

HSL color Cylindrical-coordinate representation of color #31AECB: hue angle of 191.3º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AECB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 174 203 -
CMYK 0.76 0.14 0 0.20
HSL 191.3º 0.61% 0.49% -
HSV(B) 191.3º 0.76% 0.8% -
XYZ 27.18 35.24 61.87 -
YUV 139.93 163.59 63.14 -
System Red Green Blue C M Y K H S L
Decimal 49 174 203 0.76 0.14 0 0.20 191.3 0.61 0.49
Hex 31 AE CB 4C E 0 14 BF 3D 31
Octal 61 256 313 114 16 0 24 277 75 61
Binary 110001 10101110 11001011 1001100 1110 0 10100 10111111 111101 110001

Color Harmonies of #31AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AECB

Black with #31AECB

Text Example


Text Example

White with #31AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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