Html Css Color HEX #31BBEB Summer Sky

📋 copy color: '#31BBEB'

red 49 ◦ green 187 ◦ blue 235

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

Shades of Summer Sky #31BBEB

Tints of Summer Sky #31BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 10.4%
G = 39.7%
B = 49.89%

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

#31BBEB (or 0x31BBEB) is known color: Summer Sky. HEX triplet: 31, BB and EB. RGB value is (49,187,235). Sum of RGB (Red+Green+Blue) = 49+187+235=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #31BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBEB is #CE4414. Grayscale: #969696. Windows color (decimal): -13517845 or 15448881. OLE color: 15448881.

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

Color convert

RGB 49 187 235 -
CMYK 0.79 0.20 0 0.08
HSL 195.48º 0.82% 0.56% -
HSV(B) 195.48º 0.79% 0.92% -
XYZ 34.03 42.19 84.95 -
YUV 151.21 175.28 55.1 -
System Red Green Blue C M Y K H S L
Decimal 49 187 235 0.79 0.20 0 0.08 195.48 0.82 0.56
Hex 31 BB EB 4F 14 0 8 C3 52 38
Octal 61 273 353 117 24 0 10 303 122 70
Binary 110001 10111011 11101011 1001111 10100 0 1000 11000011 1010010 111000

Color Harmonies of #31BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBEB

Black with #31BBEB

Text Example


Text Example

White with #31BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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