Html Css Color HEX #31AFFF Summer Sky

📋 copy color: '#31AFFF'

red 49 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #31AFFF

Tints of Summer Sky #31AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 10.23%
G = 36.53%
B = 53.24%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31AFFF (or 0x31AFFF) is known color: Summer Sky. HEX triplet: 31, AF and FF. RGB value is (49,175,255). Sum of RGB (Red+Green+Blue) = 49+175+255=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #31AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AFFF is #CE5000. Grayscale: #929292. Windows color (decimal): -13520897 or 16756529. OLE color: 16756529.

HSL color Cylindrical-coordinate representation of color #31AFFF: hue angle of 203.3º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AFFF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 175 255 -
CMYK 0.81 0.31 0 0
HSL 203.3º 1% 0.6% -
HSV(B) 203.3º 0.81% 1% -
XYZ 34.65 38.53 100.22 -
YUV 146.45 189.26 58.5 -
System Red Green Blue C M Y K H S L
Decimal 49 175 255 0.81 0.31 0 0 203.3 1 0.6
Hex 31 AF FF 51 1F 0 0 CB 64 3C
Octal 61 257 377 121 37 0 0 313 144 74
Binary 110001 10101111 11111111 1010001 11111 0 0 11001011 1100100 111100

Color Harmonies of #31AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFFF

Black with #31AFFF

Text Example


Text Example

White with #31AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,255); }

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

background-color css

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

 a { background-color: rgb(49,175,255); }

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

border-color css

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

 span { border-color: rgb(49,175,255); }

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