Html Css Color HEX #31AEF3 Summer Sky

📋 copy color: '#31AEF3'

red 49 ◦ green 174 ◦ blue 243

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

Shades of Summer Sky #31AEF3

Tints of Summer Sky #31AEF3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 10.52%
G = 37.34%
B = 52.15%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31AEF3 (or 0x31AEF3) is known color: Summer Sky. HEX triplet: 31, AE and F3. RGB value is (49,174,243). Sum of RGB (Red+Green+Blue) = 49+174+243=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #31AEF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AEF3 is #CE510C. Grayscale: #909090. Windows color (decimal): -13521165 or 15969841. OLE color: 15969841.

HSL color Cylindrical-coordinate representation of color #31AEF3: hue angle of 201.34º 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 #31AEF3 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 174 243 -
CMYK 0.80 0.28 0 0.05
HSL 201.34º 0.89% 0.57% -
HSV(B) 201.34º 0.8% 0.95% -
XYZ 32.58 37.4 90.3 -
YUV 144.49 183.59 59.89 -
System Red Green Blue C M Y K H S L
Decimal 49 174 243 0.80 0.28 0 0.05 201.34 0.89 0.57
Hex 31 AE F3 50 1C 0 5 C9 59 39
Octal 61 256 363 120 34 0 5 311 131 71
Binary 110001 10101110 11110011 1010000 11100 0 101 11001001 1011001 111001

Color Harmonies of #31AEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEF3

Black with #31AEF3

Text Example


Text Example

White with #31AEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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