Html Css Color HEX #31BBE1 Summer Sky

📋 copy color: '#31BBE1'

red 49 ◦ green 187 ◦ blue 225

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

Shades of Summer Sky #31BBE1

Tints of Summer Sky #31BBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

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

R = 10.63%
G = 40.56%
B = 48.81%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#31BBE1 (or 0x31BBE1) is known color: Summer Sky. HEX triplet: 31, BB and E1. RGB value is (49,187,225). Sum of RGB (Red+Green+Blue) = 49+187+225=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #31BBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBE1 is #CE441E. Grayscale: #959595. Windows color (decimal): -13517855 or 14793521. OLE color: 14793521.

HSL color Cylindrical-coordinate representation of color #31BBE1: hue angle of 192.95º 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 #31BBE1 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 187 225 -
CMYK 0.78 0.17 0 0.12
HSL 192.95º 0.75% 0.54% -
HSV(B) 192.95º 0.78% 0.88% -
XYZ 32.63 41.63 77.55 -
YUV 150.07 170.28 55.91 -
System Red Green Blue C M Y K H S L
Decimal 49 187 225 0.78 0.17 0 0.12 192.95 0.75 0.54
Hex 31 BB E1 4E 11 0 C C1 4B 36
Octal 61 273 341 116 21 0 14 301 113 66
Binary 110001 10111011 11100001 1001110 10001 0 1100 11000001 1001011 110110

Color Harmonies of #31BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBE1

Black with #31BBE1

Text Example


Text Example

White with #31BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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