Html Css Color HEX #31B5EA Summer Sky

📋 copy color: '#31B5EA'

red 49 ◦ green 181 ◦ blue 234

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

Shades of Summer Sky #31B5EA

Tints of Summer Sky #31B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 10.56%
G = 39.01%
B = 50.43%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31B5EA (or 0x31B5EA) is known color: Summer Sky. HEX triplet: 31, B5 and EA. RGB value is (49,181,234). Sum of RGB (Red+Green+Blue) = 49+181+234=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #31B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B5EA is #CE4A15. Grayscale: #939393. Windows color (decimal): -13519382 or 15381809. OLE color: 15381809.

HSL color Cylindrical-coordinate representation of color #31B5EA: hue angle of 197.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31B5EA is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 181 234 -
CMYK 0.79 0.23 0 0.08
HSL 197.19º 0.81% 0.55% -
HSV(B) 197.19º 0.79% 0.92% -
XYZ 32.64 39.64 83.77 -
YUV 147.57 176.77 57.69 -
System Red Green Blue C M Y K H S L
Decimal 49 181 234 0.79 0.23 0 0.08 197.19 0.81 0.55
Hex 31 B5 EA 4F 17 0 8 C5 51 37
Octal 61 265 352 117 27 0 10 305 121 67
Binary 110001 10110101 11101010 1001111 10111 0 1000 11000101 1010001 110111

Color Harmonies of #31B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B5EA

Black with #31B5EA

Text Example


Text Example

White with #31B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,181,234); }

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

background-color css

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

 a { background-color: rgb(49,181,234); }

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

border-color css

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

 span { border-color: rgb(49,181,234); }

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