Html Css Color HEX #31AAF3 Summer Sky

📋 copy color: '#31AAF3'

red 49 ◦ green 170 ◦ blue 243

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

Shades of Summer Sky #31AAF3

Tints of Summer Sky #31AAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 243 (95.31% from 255) = 52.6%

R = 10.61%
G = 36.8%
B = 52.6%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31AAF3 (or 0x31AAF3) is known color: Summer Sky. HEX triplet: 31, AA and F3. RGB value is (49,170,243). Sum of RGB (Red+Green+Blue) = 49+170+243=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #31AAF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAF3 is #CE550C. Grayscale: #8D8D8D. Windows color (decimal): -13522189 or 15968817. OLE color: 15968817.

HSL color Cylindrical-coordinate representation of color #31AAF3: hue angle of 202.58º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31AAF3 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 170 243 -
CMYK 0.80 0.30 0 0.05
HSL 202.58º 0.89% 0.57% -
HSV(B) 202.58º 0.8% 0.95% -
XYZ 31.82 35.87 90.04 -
YUV 142.14 184.91 61.56 -
System Red Green Blue C M Y K H S L
Decimal 49 170 243 0.80 0.30 0 0.05 202.58 0.89 0.57
Hex 31 AA F3 50 1E 0 5 CB 59 39
Octal 61 252 363 120 36 0 5 313 131 71
Binary 110001 10101010 11110011 1010000 11110 0 101 11001011 1011001 111001

Color Harmonies of #31AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AAF3

Black with #31AAF3

Text Example


Text Example

White with #31AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,170,243); }

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

background-color css

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

 a { background-color: rgb(49,170,243); }

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

border-color css

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

 span { border-color: rgb(49,170,243); }

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