Html Css Color HEX #31A6F5 Summer Sky

📋 copy color: '#31A6F5'

red 49 ◦ green 166 ◦ blue 245

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

Shades of Summer Sky #31A6F5

Tints of Summer Sky #31A6F5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 10.65%
G = 36.09%
B = 53.26%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#31A6F5 (or 0x31A6F5) is known color: Summer Sky. HEX triplet: 31, A6 and F5. RGB value is (49,166,245). Sum of RGB (Red+Green+Blue) = 49+166+245=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #31A6F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A6F5 is #CE590A. Grayscale: #8B8B8B. Windows color (decimal): -13523211 or 16098865. OLE color: 16098865.

HSL color Cylindrical-coordinate representation of color #31A6F5: hue angle of 204.18º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A6F5 is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 166 245 -
CMYK 0.8 0.32 0 0.04
HSL 204.18º 0.91% 0.58% -
HSV(B) 204.18º 0.8% 0.96% -
XYZ 31.38 34.52 91.39 -
YUV 140.02 187.24 63.08 -
System Red Green Blue C M Y K H S L
Decimal 49 166 245 0.8 0.32 0 0.04 204.18 0.91 0.58
Hex 31 A6 F5 50 20 0 4 CC 5B 3A
Octal 61 246 365 120 40 0 4 314 133 72
Binary 110001 10100110 11110101 1010000 100000 0 100 11001100 1011011 111010

Color Harmonies of #31A6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A6F5

Black with #31A6F5

Text Example


Text Example

White with #31A6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,245); }

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

background-color css

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

 a { background-color: rgb(49,166,245); }

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

border-color css

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

 span { border-color: rgb(49,166,245); }

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