Html Css Color HEX #31BDDE Summer Sky

📋 copy color: '#31BDDE'

red 49 ◦ green 189 ◦ blue 222

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

Shades of Summer Sky #31BDDE

Tints of Summer Sky #31BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 10.65%
G = 41.09%
B = 48.26%

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

#31BDDE (or 0x31BDDE) is known color: Summer Sky. HEX triplet: 31, BD and DE. RGB value is (49,189,222). Sum of RGB (Red+Green+Blue) = 49+189+222=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #31BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDDE is #CE4221. Grayscale: #969696. Windows color (decimal): -13517346 or 14597425. OLE color: 14597425.

HSL color Cylindrical-coordinate representation of color #31BDDE: hue angle of 191.45º 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 #31BDDE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 189 222 -
CMYK 0.78 0.15 0 0.13
HSL 191.45º 0.72% 0.53% -
HSV(B) 191.45º 0.78% 0.87% -
XYZ 32.65 42.32 75.56 -
YUV 150.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 49 189 222 0.78 0.15 0 0.13 191.45 0.72 0.53
Hex 31 BD DE 4E F 0 D BF 48 35
Octal 61 275 336 116 17 0 15 277 110 65
Binary 110001 10111101 11011110 1001110 1111 0 1101 10111111 1001000 110101

Color Harmonies of #31BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDDE

Black with #31BDDE

Text Example


Text Example

White with #31BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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