Html Css Color HEX #31BBCB Summer Sky

📋 copy color: '#31BBCB'

red 49 ◦ green 187 ◦ blue 203

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

Shades of Summer Sky #31BBCB

Tints of Summer Sky #31BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 11.16%
G = 42.6%
B = 46.24%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31BBCB (or 0x31BBCB) is known color: Summer Sky. HEX triplet: 31, BB and CB. RGB value is (49,187,203). Sum of RGB (Red+Green+Blue) = 49+187+203=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBCB is #CE4434. Grayscale: #939393. Windows color (decimal): -13517877 or 13351729. OLE color: 13351729.

HSL color Cylindrical-coordinate representation of color #31BBCB: hue angle of 186.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BBCB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 187 203 -
CMYK 0.76 0.08 0 0.20
HSL 186.23º 0.61% 0.49% -
HSV(B) 186.23º 0.76% 0.8% -
XYZ 29.82 40.51 62.75 -
YUV 147.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 49 187 203 0.76 0.08 0 0.20 186.23 0.61 0.49
Hex 31 BB CB 4C 8 0 14 BA 3D 31
Octal 61 273 313 114 10 0 24 272 75 61
Binary 110001 10111011 11001011 1001100 1000 0 10100 10111010 111101 110001

Color Harmonies of #31BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBCB

Black with #31BBCB

Text Example


Text Example

White with #31BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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