Html Css Color HEX #31BEE1 Summer Sky

📋 copy color: '#31BEE1'

red 49 ◦ green 190 ◦ blue 225

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

Shades of Summer Sky #31BEE1

Tints of Summer Sky #31BEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.95%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 10.56%
G = 40.95%
B = 48.49%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#31BEE1 (or 0x31BEE1) is known color: Summer Sky. HEX triplet: 31, BE and E1. RGB value is (49,190,225). Sum of RGB (Red+Green+Blue) = 49+190+225=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #31BEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEE1 is #CE411E. Grayscale: #979797. Windows color (decimal): -13517087 or 14794289. OLE color: 14794289.

HSL color Cylindrical-coordinate representation of color #31BEE1: hue angle of 191.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BEE1 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 190 225 -
CMYK 0.78 0.16 0 0.12
HSL 191.93º 0.75% 0.54% -
HSV(B) 191.93º 0.78% 0.88% -
XYZ 33.27 42.92 77.76 -
YUV 151.83 169.29 54.65 -
System Red Green Blue C M Y K H S L
Decimal 49 190 225 0.78 0.16 0 0.12 191.93 0.75 0.54
Hex 31 BE E1 4E 10 0 C C0 4B 36
Octal 61 276 341 116 20 0 14 300 113 66
Binary 110001 10111110 11100001 1001110 10000 0 1100 11000000 1001011 110110

Color Harmonies of #31BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEE1

Black with #31BEE1

Text Example


Text Example

White with #31BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,225); }

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

background-color css

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

 a { background-color: rgb(49,190,225); }

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

border-color css

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

 span { border-color: rgb(49,190,225); }

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