Html Css Color HEX #31ACDF Summer Sky

📋 copy color: '#31ACDF'

red 49 ◦ green 172 ◦ blue 223

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

Shades of Summer Sky #31ACDF

Tints of Summer Sky #31ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 11.04%
G = 38.74%
B = 50.23%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31ACDF (or 0x31ACDF) is known color: Summer Sky. HEX triplet: 31, AC and DF. RGB value is (49,172,223). Sum of RGB (Red+Green+Blue) = 49+172+223=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #31ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACDF is #CE5320. Grayscale: #8C8C8C. Windows color (decimal): -13521697 or 14658609. OLE color: 14658609.

HSL color Cylindrical-coordinate representation of color #31ACDF: hue angle of 197.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ACDF is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 172 223 -
CMYK 0.78 0.23 0 0.13
HSL 197.59º 0.73% 0.53% -
HSV(B) 197.59º 0.78% 0.87% -
XYZ 29.34 35.49 75.12 -
YUV 141.04 174.25 62.35 -
System Red Green Blue C M Y K H S L
Decimal 49 172 223 0.78 0.23 0 0.13 197.59 0.73 0.53
Hex 31 AC DF 4E 17 0 D C6 49 35
Octal 61 254 337 116 27 0 15 306 111 65
Binary 110001 10101100 11011111 1001110 10111 0 1101 11000110 1001001 110101

Color Harmonies of #31ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACDF

Black with #31ACDF

Text Example


Text Example

White with #31ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,172,223); }

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

background-color css

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

 a { background-color: rgb(49,172,223); }

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

border-color css

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

 span { border-color: rgb(49,172,223); }

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