Html Css Color HEX #31A7F8 Summer Sky

📋 copy color: '#31A7F8'

red 49 ◦ green 167 ◦ blue 248

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

Shades of Summer Sky #31A7F8

Tints of Summer Sky #31A7F8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 10.56%
G = 35.99%
B = 53.45%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#31A7F8 (or 0x31A7F8) is known color: Summer Sky. HEX triplet: 31, A7 and F8. RGB value is (49,167,248). Sum of RGB (Red+Green+Blue) = 49+167+248=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #31A7F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A7F8 is #CE5807. Grayscale: #8C8C8C. Windows color (decimal): -13522952 or 16295729. OLE color: 16295729.

HSL color Cylindrical-coordinate representation of color #31A7F8: hue angle of 204.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A7F8 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 167 248 -
CMYK 0.80 0.33 0 0.03
HSL 204.42º 0.93% 0.58% -
HSV(B) 204.42º 0.8% 0.97% -
XYZ 32.03 35.07 93.89 -
YUV 140.95 188.41 62.41 -
System Red Green Blue C M Y K H S L
Decimal 49 167 248 0.80 0.33 0 0.03 204.42 0.93 0.58
Hex 31 A7 F8 50 21 0 3 CC 5D 3A
Octal 61 247 370 120 41 0 3 314 135 72
Binary 110001 10100111 11111000 1010000 100001 0 11 11001100 1011101 111010

Color Harmonies of #31A7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A7F8

Black with #31A7F8

Text Example


Text Example

White with #31A7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,248); }

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

background-color css

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

 a { background-color: rgb(49,167,248); }

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

border-color css

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

 span { border-color: rgb(49,167,248); }

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