Html Css Color HEX #31AFFE Summer Sky

📋 copy color: '#31AFFE'

red 49 ◦ green 175 ◦ blue 254

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

Shades of Summer Sky #31AFFE

Tints of Summer Sky #31AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 10.25%
G = 36.61%
B = 53.14%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#31AFFE (or 0x31AFFE) is known color: Summer Sky. HEX triplet: 31, AF and FE. RGB value is (49,175,254). Sum of RGB (Red+Green+Blue) = 49+175+254=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #31AFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AFFE is #CE5001. Grayscale: #919191. Windows color (decimal): -13520898 or 16690993. OLE color: 16690993.

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

Color convert

RGB 49 175 254 -
CMYK 0.81 0.31 0 0.00
HSL 203.12º 0.99% 0.59% -
HSV(B) 203.12º 0.81% 1% -
XYZ 34.49 38.47 99.37 -
YUV 146.33 188.76 58.58 -
System Red Green Blue C M Y K H S L
Decimal 49 175 254 0.81 0.31 0 0.00 203.12 0.99 0.59
Hex 31 AF FE 51 1F 0 0 CB 63 3B
Octal 61 257 376 121 37 0 0 313 143 73
Binary 110001 10101111 11111110 1010001 11111 0 0 11001011 1100011 111011

Color Harmonies of #31AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFFE

Black with #31AFFE

Text Example


Text Example

White with #31AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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