Html Css Color HEX #31BCDE Summer Sky

📋 copy color: '#31BCDE'

red 49 ◦ green 188 ◦ blue 222

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

Shades of Summer Sky #31BCDE

Tints of Summer Sky #31BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 10.68%
G = 40.96%
B = 48.37%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31BCDE (or 0x31BCDE) is known color: Summer Sky. HEX triplet: 31, BC and DE. RGB value is (49,188,222). Sum of RGB (Red+Green+Blue) = 49+188+222=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #31BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCDE is #CE4321. Grayscale: #969696. Windows color (decimal): -13517602 or 14597169. OLE color: 14597169.

HSL color Cylindrical-coordinate representation of color #31BCDE: hue angle of 191.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BCDE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 188 222 -
CMYK 0.78 0.15 0 0.13
HSL 191.79º 0.72% 0.53% -
HSV(B) 191.79º 0.78% 0.87% -
XYZ 32.43 41.89 75.48 -
YUV 150.32 168.45 55.74 -
System Red Green Blue C M Y K H S L
Decimal 49 188 222 0.78 0.15 0 0.13 191.79 0.72 0.53
Hex 31 BC DE 4E F 0 D C0 48 35
Octal 61 274 336 116 17 0 15 300 110 65
Binary 110001 10111100 11011110 1001110 1111 0 1101 11000000 1001000 110101

Color Harmonies of #31BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCDE

Black with #31BCDE

Text Example


Text Example

White with #31BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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