#31A8D3

Color #31A8D3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31A8D3

Tints of Summer Sky #31A8D3

Color information

#31A8D3 (or 0x31A8D3) is unknown color: approx Summer Sky. HEX triplet: 31, A8 and D3. RGB value is (49,168,211). Sum of RGB (Red+Green+Blue) = 49+168+211=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #31A8D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8D3 is #CE572C. Grayscale: #898989. Windows color (decimal): -13522733 or 13871153. OLE color: 13871153.

HSL color Cylindrical-coordinate representation of color #31A8D3: hue angle of 195.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A8D3 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49168211-
CMYK0.770.2000.17
HSL195.93º64.8%50.98%-
HSV(B)195.93º76.78%82.75%-
XYZ27.0333.3666.64-
YUV137.32169.5865-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.45%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 211 (82.81% from 255) = 49.30%
R=11.45%
G=39.25%
B=49.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491682110.770.2000.17195.9364.850.98
Hex31A8D34D14011c44133
Octal612503231152402130410163
Binary1100011010100011010011100110110100010001110001001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,211); }

 H1.HeaderClassName
 {
   color: #31A8D3;
 }
 .AnyTagClassName
 {
   color: #31A8D3;
 }
</style>
background-color css

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

 a { background-color: rgb(49,168,211); }

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

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

 span { border-color: rgb(49,168,211); }

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