Html Css Color HEX #31BBDD Summer Sky

📋 copy color: '#31BBDD'

red 49 ◦ green 187 ◦ blue 221

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

Shades of Summer Sky #31BBDD

Tints of Summer Sky #31BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 10.72%
G = 40.92%
B = 48.36%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31BBDD (or 0x31BBDD) is known color: Summer Sky. HEX triplet: 31, BB and DD. RGB value is (49,187,221). Sum of RGB (Red+Green+Blue) = 49+187+221=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #31BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBDD is #CE4422. Grayscale: #959595. Windows color (decimal): -13517859 or 14531377. OLE color: 14531377.

HSL color Cylindrical-coordinate representation of color #31BBDD: hue angle of 191.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BBDD is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 187 221 -
CMYK 0.78 0.15 0 0.13
HSL 191.86º 0.72% 0.53% -
HSV(B) 191.86º 0.78% 0.87% -
XYZ 32.09 41.41 74.71 -
YUV 149.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 49 187 221 0.78 0.15 0 0.13 191.86 0.72 0.53
Hex 31 BB DD 4E F 0 D C0 48 35
Octal 61 273 335 116 17 0 15 300 110 65
Binary 110001 10111011 11011101 1001110 1111 0 1101 11000000 1001000 110101

Color Harmonies of #31BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBDD

Black with #31BBDD

Text Example


Text Example

White with #31BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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