Html Css Color HEX #31BDCA Summer Sky

📋 copy color: '#31BDCA'

red 49 ◦ green 189 ◦ blue 202

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

Shades of Summer Sky #31BDCA

Tints of Summer Sky #31BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

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

R = 11.14%
G = 42.95%
B = 45.91%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31BDCA (or 0x31BDCA) is known color: Summer Sky. HEX triplet: 31, BD and CA. RGB value is (49,189,202). Sum of RGB (Red+Green+Blue) = 49+189+202=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #31BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCA is #CE4235. Grayscale: #949494. Windows color (decimal): -13517366 or 13286705. OLE color: 13286705.

HSL color Cylindrical-coordinate representation of color #31BDCA: hue angle of 185.1º 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 #31BDCA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 189 202 -
CMYK 0.76 0.06 0 0.21
HSL 185.1º 0.61% 0.49% -
HSV(B) 185.1º 0.76% 0.79% -
XYZ 30.12 41.31 62.26 -
YUV 148.62 158.12 56.94 -
System Red Green Blue C M Y K H S L
Decimal 49 189 202 0.76 0.06 0 0.21 185.1 0.61 0.49
Hex 31 BD CA 4C 6 0 15 B9 3D 31
Octal 61 275 312 114 6 0 25 271 75 61
Binary 110001 10111101 11001010 1001100 110 0 10101 10111001 111101 110001

Color Harmonies of #31BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDCA

Black with #31BDCA

Text Example


Text Example

White with #31BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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