Html Css Color HEX #31ADDA Summer Sky

📋 copy color: '#31ADDA'

red 49 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #31ADDA

Tints of Summer Sky #31ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 11.14%
G = 39.32%
B = 49.55%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#31ADDA (or 0x31ADDA) is known color: Summer Sky. HEX triplet: 31, AD and DA. RGB value is (49,173,218). Sum of RGB (Red+Green+Blue) = 49+173+218=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #31ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADDA is #CE5225. Grayscale: #8C8C8C. Windows color (decimal): -13521446 or 14331185. OLE color: 14331185.

HSL color Cylindrical-coordinate representation of color #31ADDA: hue angle of 195.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ADDA is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 173 218 -
CMYK 0.78 0.21 0 0.15
HSL 195.98º 0.7% 0.52% -
HSV(B) 195.98º 0.78% 0.85% -
XYZ 28.87 35.6 71.68 -
YUV 141.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 49 173 218 0.78 0.21 0 0.15 195.98 0.7 0.52
Hex 31 AD DA 4E 15 0 F C4 46 34
Octal 61 255 332 116 25 0 17 304 106 64
Binary 110001 10101101 11011010 1001110 10101 0 1111 11000100 1000110 110100

Color Harmonies of #31ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADDA

Black with #31ADDA

Text Example


Text Example

White with #31ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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