Html Css Color HEX #31BEDD Summer Sky

📋 copy color: '#31BEDD'

red 49 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #31BEDD

Tints of Summer Sky #31BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 10.65%
G = 41.3%
B = 48.04%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31BEDD (or 0x31BEDD) is known color: Summer Sky. HEX triplet: 31, BE and DD. RGB value is (49,190,221). Sum of RGB (Red+Green+Blue) = 49+190+221=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #31BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEDD is #CE4122. Grayscale: #979797. Windows color (decimal): -13517091 or 14532145. OLE color: 14532145.

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

Color convert

RGB 49 190 221 -
CMYK 0.78 0.14 0 0.13
HSL 190.81º 0.72% 0.53% -
HSV(B) 190.81º 0.78% 0.87% -
XYZ 32.73 42.7 74.92 -
YUV 151.38 167.29 54.98 -
System Red Green Blue C M Y K H S L
Decimal 49 190 221 0.78 0.14 0 0.13 190.81 0.72 0.53
Hex 31 BE DD 4E E 0 D BF 48 35
Octal 61 276 335 116 16 0 15 277 110 65
Binary 110001 10111110 11011101 1001110 1110 0 1101 10111111 1001000 110101

Color Harmonies of #31BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEDD

Black with #31BEDD

Text Example


Text Example

White with #31BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,221); }

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

background-color css

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

 a { background-color: rgb(49,190,221); }

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

border-color css

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

 span { border-color: rgb(49,190,221); }

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