Html Css Color HEX #31BBEE Summer Sky

📋 copy color: '#31BBEE'

red 49 ◦ green 187 ◦ blue 238

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

Shades of Summer Sky #31BBEE

Tints of Summer Sky #31BBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 10.34%
G = 39.45%
B = 50.21%

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

#31BBEE (or 0x31BBEE) is known color: Summer Sky. HEX triplet: 31, BB and EE. RGB value is (49,187,238). Sum of RGB (Red+Green+Blue) = 49+187+238=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #31BBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBEE is #CE4411. Grayscale: #979797. Windows color (decimal): -13517842 or 15645489. OLE color: 15645489.

HSL color Cylindrical-coordinate representation of color #31BBEE: hue angle of 196.19º degrees, saturation: 0.85, 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 #31BBEE is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 187 238 -
CMYK 0.79 0.21 0 0.07
HSL 196.19º 0.85% 0.56% -
HSV(B) 196.19º 0.79% 0.93% -
XYZ 34.47 42.37 87.25 -
YUV 151.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 49 187 238 0.79 0.21 0 0.07 196.19 0.85 0.56
Hex 31 BB EE 4F 15 0 7 C4 55 38
Octal 61 273 356 117 25 0 7 304 125 70
Binary 110001 10111011 11101110 1001111 10101 0 111 11000100 1010101 111000

Color Harmonies of #31BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBEE

Black with #31BBEE

Text Example


Text Example

White with #31BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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