Html Css Color HEX #31ADEA Summer Sky

📋 copy color: '#31ADEA'

red 49 ◦ green 173 ◦ blue 234

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

Shades of Summer Sky #31ADEA

Tints of Summer Sky #31ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 10.75%
G = 37.94%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31ADEA (or 0x31ADEA) is known color: Summer Sky. HEX triplet: 31, AD and EA. RGB value is (49,173,234). Sum of RGB (Red+Green+Blue) = 49+173+234=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #31ADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADEA is #CE5215. Grayscale: #8E8E8E. Windows color (decimal): -13521430 or 15379761. OLE color: 15379761.

HSL color Cylindrical-coordinate representation of color #31ADEA: hue angle of 199.78º 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 #31ADEA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 173 234 -
CMYK 0.79 0.26 0 0.08
HSL 199.78º 0.81% 0.55% -
HSV(B) 199.78º 0.79% 0.92% -
XYZ 31.06 36.48 83.25 -
YUV 142.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 49 173 234 0.79 0.26 0 0.08 199.78 0.81 0.55
Hex 31 AD EA 4F 1A 0 8 C8 51 37
Octal 61 255 352 117 32 0 10 310 121 67
Binary 110001 10101101 11101010 1001111 11010 0 1000 11001000 1010001 110111

Color Harmonies of #31ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADEA

Black with #31ADEA

Text Example


Text Example

White with #31ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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