Html Css Color HEX #31BBDA Summer Sky

📋 copy color: '#31BBDA'

red 49 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #31BBDA

Tints of Summer Sky #31BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 10.79%
G = 41.19%
B = 48.02%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#31BBDA (or 0x31BBDA) is known color: Summer Sky. HEX triplet: 31, BB and DA. RGB value is (49,187,218). Sum of RGB (Red+Green+Blue) = 49+187+218=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #31BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBDA is #CE4425. Grayscale: #959595. Windows color (decimal): -13517862 or 14334769. OLE color: 14334769.

HSL color Cylindrical-coordinate representation of color #31BBDA: hue angle of 191.01º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BBDA is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 187 218 -
CMYK 0.78 0.14 0 0.15
HSL 191.01º 0.7% 0.52% -
HSV(B) 191.01º 0.78% 0.85% -
XYZ 31.69 41.26 72.62 -
YUV 149.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 49 187 218 0.78 0.14 0 0.15 191.01 0.7 0.52
Hex 31 BB DA 4E E 0 F BF 46 34
Octal 61 273 332 116 16 0 17 277 106 64
Binary 110001 10111011 11011010 1001110 1110 0 1111 10111111 1000110 110100

Color Harmonies of #31BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBDA

Black with #31BBDA

Text Example


Text Example

White with #31BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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