Html Css Color HEX #31BBEC Summer Sky

📋 copy color: '#31BBEC'

red 49 ◦ green 187 ◦ blue 236

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

Shades of Summer Sky #31BBEC

Tints of Summer Sky #31BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 10.38%
G = 39.62%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31BBEC (or 0x31BBEC) is known color: Summer Sky. HEX triplet: 31, BB and EC. RGB value is (49,187,236). Sum of RGB (Red+Green+Blue) = 49+187+236=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #31BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBEC is #CE4413. Grayscale: #969696. Windows color (decimal): -13517844 or 15514417. OLE color: 15514417.

HSL color Cylindrical-coordinate representation of color #31BBEC: hue angle of 195.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BBEC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 187 236 -
CMYK 0.79 0.21 0 0.07
HSL 195.72º 0.83% 0.56% -
HSV(B) 195.72º 0.79% 0.93% -
XYZ 34.18 42.25 85.71 -
YUV 151.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 49 187 236 0.79 0.21 0 0.07 195.72 0.83 0.56
Hex 31 BB EC 4F 15 0 7 C4 53 38
Octal 61 273 354 117 25 0 7 304 123 70
Binary 110001 10111011 11101100 1001111 10101 0 111 11000100 1010011 111000

Color Harmonies of #31BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBEC

Black with #31BBEC

Text Example


Text Example

White with #31BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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