Html Css Color HEX #31BCE0 Summer Sky

📋 copy color: '#31BCE0'

red 49 ◦ green 188 ◦ blue 224

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

Shades of Summer Sky #31BCE0

Tints of Summer Sky #31BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

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

R = 10.63%
G = 40.78%
B = 48.59%

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

#31BCE0 (or 0x31BCE0) is known color: Summer Sky. HEX triplet: 31, BC and E0. RGB value is (49,188,224). Sum of RGB (Red+Green+Blue) = 49+188+224=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #31BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCE0 is #CE431F. Grayscale: #969696. Windows color (decimal): -13517600 or 14728241. OLE color: 14728241.

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

Color convert

RGB 49 188 224 -
CMYK 0.78 0.16 0 0.12
HSL 192.34º 0.74% 0.54% -
HSV(B) 192.34º 0.78% 0.88% -
XYZ 32.7 42 76.9 -
YUV 150.54 169.45 55.57 -
System Red Green Blue C M Y K H S L
Decimal 49 188 224 0.78 0.16 0 0.12 192.34 0.74 0.54
Hex 31 BC E0 4E 10 0 C C0 4A 36
Octal 61 274 340 116 20 0 14 300 112 66
Binary 110001 10111100 11100000 1001110 10000 0 1100 11000000 1001010 110110

Color Harmonies of #31BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCE0

Black with #31BCE0

Text Example


Text Example

White with #31BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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