Html Css Color HEX #31BBE0 Summer Sky

📋 copy color: '#31BBE0'

red 49 ◦ green 187 ◦ blue 224

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

Shades of Summer Sky #31BBE0

Tints of Summer Sky #31BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 10.65%
G = 40.65%
B = 48.7%

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

#31BBE0 (or 0x31BBE0) is known color: Summer Sky. HEX triplet: 31, BB and E0. RGB value is (49,187,224). Sum of RGB (Red+Green+Blue) = 49+187+224=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #31BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBE0 is #CE441F. Grayscale: #959595. Windows color (decimal): -13517856 or 14727985. OLE color: 14727985.

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

Color convert

RGB 49 187 224 -
CMYK 0.78 0.17 0 0.12
HSL 192.69º 0.74% 0.54% -
HSV(B) 192.69º 0.78% 0.88% -
XYZ 32.49 41.58 76.83 -
YUV 149.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 49 187 224 0.78 0.17 0 0.12 192.69 0.74 0.54
Hex 31 BB E0 4E 11 0 C C1 4A 36
Octal 61 273 340 116 21 0 14 301 112 66
Binary 110001 10111011 11100000 1001110 10001 0 1100 11000001 1001010 110110

Color Harmonies of #31BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBE0

Black with #31BBE0

Text Example


Text Example

White with #31BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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