Html Css Color HEX #31BAE5 Summer Sky

📋 copy color: '#31BAE5'

red 49 ◦ green 186 ◦ blue 229

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

Shades of Summer Sky #31BAE5

Tints of Summer Sky #31BAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 10.56%
G = 40.09%
B = 49.35%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#31BAE5 (or 0x31BAE5) is known color: Summer Sky. HEX triplet: 31, BA and E5. RGB value is (49,186,229). Sum of RGB (Red+Green+Blue) = 49+186+229=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #31BAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BAE5 is #CE451A. Grayscale: #959595. Windows color (decimal): -13518107 or 15055409. OLE color: 15055409.

HSL color Cylindrical-coordinate representation of color #31BAE5: hue angle of 194.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BAE5 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 186 229 -
CMYK 0.79 0.19 0 0.10
HSL 194.33º 0.78% 0.55% -
HSV(B) 194.33º 0.79% 0.9% -
XYZ 32.97 41.43 80.39 -
YUV 149.94 172.61 56 -
System Red Green Blue C M Y K H S L
Decimal 49 186 229 0.79 0.19 0 0.10 194.33 0.78 0.55
Hex 31 BA E5 4F 13 0 A C2 4E 37
Octal 61 272 345 117 23 0 12 302 116 67
Binary 110001 10111010 11100101 1001111 10011 0 1010 11000010 1001110 110111

Color Harmonies of #31BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BAE5

Black with #31BAE5

Text Example


Text Example

White with #31BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,229); }

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

background-color css

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

 a { background-color: rgb(49,186,229); }

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

border-color css

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

 span { border-color: rgb(49,186,229); }

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