Html Css Color HEX #31BBCA Summer Sky

📋 copy color: '#31BBCA'

red 49 ◦ green 187 ◦ blue 202

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

Shades of Summer Sky #31BBCA

Tints of Summer Sky #31BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 11.19%
G = 42.69%
B = 46.12%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31BBCA (or 0x31BBCA) is known color: Summer Sky. HEX triplet: 31, BB and CA. RGB value is (49,187,202). Sum of RGB (Red+Green+Blue) = 49+187+202=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #31BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBCA is #CE4435. Grayscale: #939393. Windows color (decimal): -13517878 or 13286193. OLE color: 13286193.

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

Color convert

RGB 49 187 202 -
CMYK 0.76 0.07 0 0.21
HSL 185.88º 0.61% 0.49% -
HSV(B) 185.88º 0.76% 0.79% -
XYZ 29.7 40.46 62.12 -
YUV 147.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 49 187 202 0.76 0.07 0 0.21 185.88 0.61 0.49
Hex 31 BB CA 4C 7 0 15 BA 3D 31
Octal 61 273 312 114 7 0 25 272 75 61
Binary 110001 10111011 11001010 1001100 111 0 10101 10111010 111101 110001

Color Harmonies of #31BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBCA

Black with #31BBCA

Text Example


Text Example

White with #31BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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