Html Css Color HEX #31BBEA Summer Sky

📋 copy color: '#31BBEA'

red 49 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #31BBEA

Tints of Summer Sky #31BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 10.43%
G = 39.79%
B = 49.79%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31BBEA (or 0x31BBEA) is known color: Summer Sky. HEX triplet: 31, BB and EA. RGB value is (49,187,234). Sum of RGB (Red+Green+Blue) = 49+187+234=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #31BBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBEA is #CE4415. Grayscale: #969696. Windows color (decimal): -13517846 or 15383345. OLE color: 15383345.

HSL color Cylindrical-coordinate representation of color #31BBEA: hue angle of 195.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BBEA is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 187 234 -
CMYK 0.79 0.20 0 0.08
HSL 195.24º 0.81% 0.55% -
HSV(B) 195.24º 0.79% 0.92% -
XYZ 33.89 42.13 84.19 -
YUV 151.1 174.78 55.18 -
System Red Green Blue C M Y K H S L
Decimal 49 187 234 0.79 0.20 0 0.08 195.24 0.81 0.55
Hex 31 BB EA 4F 14 0 8 C3 51 37
Octal 61 273 352 117 24 0 10 303 121 67
Binary 110001 10111011 11101010 1001111 10100 0 1000 11000011 1010001 110111

Color Harmonies of #31BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBEA

Black with #31BBEA

Text Example


Text Example

White with #31BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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