Html Css Color HEX #31ADEE Summer Sky

📋 copy color: '#31ADEE'

red 49 ◦ green 173 ◦ blue 238

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

Shades of Summer Sky #31ADEE

Tints of Summer Sky #31ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 10.65%
G = 37.61%
B = 51.74%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31ADEE (or 0x31ADEE) is known color: Summer Sky. HEX triplet: 31, AD and EE. RGB value is (49,173,238). Sum of RGB (Red+Green+Blue) = 49+173+238=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #31ADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ADEE is #CE5211. Grayscale: #8E8E8E. Windows color (decimal): -13521426 or 15641905. OLE color: 15641905.

HSL color Cylindrical-coordinate representation of color #31ADEE: hue angle of 200.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ADEE is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 173 238 -
CMYK 0.79 0.27 0 0.07
HSL 200.63º 0.85% 0.56% -
HSV(B) 200.63º 0.79% 0.93% -
XYZ 31.64 36.71 86.31 -
YUV 143.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 49 173 238 0.79 0.27 0 0.07 200.63 0.85 0.56
Hex 31 AD EE 4F 1B 0 7 C9 55 38
Octal 61 255 356 117 33 0 7 311 125 70
Binary 110001 10101101 11101110 1001111 11011 0 111 11001001 1010101 111000

Color Harmonies of #31ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADEE

Black with #31ADEE

Text Example


Text Example

White with #31ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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