Html Css Color HEX #31BDDC Summer Sky

📋 copy color: '#31BDDC'

red 49 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #31BDDC

Tints of Summer Sky #31BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 10.7%
G = 41.27%
B = 48.03%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31BDDC (or 0x31BDDC) is known color: Summer Sky. HEX triplet: 31, BD and DC. RGB value is (49,189,220). Sum of RGB (Red+Green+Blue) = 49+189+220=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #31BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDDC is #CE4223. Grayscale: #969696. Windows color (decimal): -13517348 or 14466353. OLE color: 14466353.

HSL color Cylindrical-coordinate representation of color #31BDDC: hue angle of 190.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BDDC is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 189 220 -
CMYK 0.78 0.14 0 0.14
HSL 190.88º 0.71% 0.53% -
HSV(B) 190.88º 0.78% 0.86% -
XYZ 32.38 42.22 74.15 -
YUV 150.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 49 189 220 0.78 0.14 0 0.14 190.88 0.71 0.53
Hex 31 BD DC 4E E 0 E BF 47 35
Octal 61 275 334 116 16 0 16 277 107 65
Binary 110001 10111101 11011100 1001110 1110 0 1110 10111111 1000111 110101

Color Harmonies of #31BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDDC

Black with #31BDDC

Text Example


Text Example

White with #31BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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